[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Creates a new instance of TRecall.
Source position: classesh.inc line 471
public constructor TRecall.Create( |
AStorage: TPersistent; |
AReference: TPersistent |
); |
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.
|
Assigns the reference instance to the storage instance. |
|
|
Copies the stored properties to the reference object and destroys the TRecall instance. |