[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Clear the reference property.
Source position: classesh.inc line 337
public procedure TRecall.Forget; |
Forgetsets the Referenceproperty to Nil. When the TRecallinstance is destroyed, the reference instance will not be restored.
Note that after a call to Forget, a call to Storehas no effect.
None.
|
The reference object. |
|
|
Assigns the reference instance to the storage instance. |
|
|
Copies the stored properties to the reference object and destroys the TRecallinstance. |