[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Copies the stored properties to the reference object and destroys the TRecall instance.
Source position: classesh.inc line 472
public destructor TRecall.Destroy; override; |
Destroy assigns the storage instance to the reference instance, if the latter is still valid. After this, it frees the storage and calls the inherited destroy.
Destroy does not check whether the reference instance is still valid. If the reference pointer was invalidated, call TRecall.Forget to clear the reference instance.
|
Assigns the reference instance to the storage instance. |
|
|
Clear the reference property. |