Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TRecall.Create

Creates a new instance of TRecall.

Declaration

Source position: classesh.inc line 477

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.


Documentation generated on: Jul 24 2023