TRecall.Forget
Clear the reference property.
Declaration
Source position: classesh.inc line 476
public
procedure Forget;
Description
Forget sets the Reference property to Nil. When the TRecall instance is destroyed, the reference instance will not be restored.
Note that after a call to Forget, a call to Store has no effect.
Errors
None.
See also
Name | Description |
---|---|
TRecall.Destroy | Copies the stored properties to the reference object and destroys the TRecall instance. |
TRecall.Reference | The reference object. |
TRecall.Store | Assigns the reference instance to the storage instance. |