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

TRecall.Create

Creates a new instance of TRecall.

Declaration

Source position: classesh.inc line 419

public constructor TRecall.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

TRecall.Store

  

Assigns the reference instance to the storage instance.

TRecall.Destroy

  

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.