Skip to content

TRecall.Create

Creates a new instance of TRecall.

Declaration

Source position: classesh.inc line 473

public 
  constructor Create(AStorage: TPersistent; AReference: TPersistent);

Description

Create creates a new instance of TRecall and initializes the Reference and Storage instances. It calls Store to assign the reference object properties to the storage instance.

See also

Name Description
TRecall.Destroy Copies the stored properties to the reference object and destroys the TRecall instance.
TRecall.Store Assigns the reference instance to the storage instance.