RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRecall.Store Method

Saves the current property settings of the reference object.

Pascal
procedure Store;
C++
__fastcall Store();

Call Store to update the TRecall object's saved property values so that they reflect the current property values of the reference object. Each call to Store completely supersedes the previously stored property values. 

When you destroy the TRecall object, it assigns the most recently stored property values to the reference object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!