Skip to content

TRecall.Destroy

Copies the stored properties to the reference object and destroys the TRecall instance.

Declaration

Source position: classesh.inc line 474

public 
  destructor Destroy;  Override;

Description

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.

Errors

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.

See also

Name Description
TRecall.Forget Clear the reference property.
TRecall.Store Assigns the reference instance to the storage instance.