System.Classes.TRecall.Store

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Store;

C++

void __fastcall Store();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes TRecall

Description

Saves the current property settings of the reference object.

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.

See Also