[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TRecall.Forget

Clear the reference property.

Declaration

Source position: classesh.inc line 337

public procedure TRecall.Forget;

Description

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.

Errors

None.

See also

TRecall.Reference

  

The reference object.

TRecall.Store

  

Assigns the reference instance to the storage instance.

TRecall.Destroy

  

Copies the stored properties to the reference object and destroys the TRecallinstance.