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

TRecall.Create

Creates a new instance of TRecall.

Declaration

Source position: classesh.inc line 334

public constructor TRecall.Create(

  AStorage: TPersistent;

  AReference: TPersistent

);

Description

Createcreates a new instance of TRecalland initializes the Reference and Storage instances. It calls Storeto 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 TRecallinstance.