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