TdxCustomLayoutControl.Store Method
Declaration
procedure Store;
Remarks
The Store method simultaneously persists data in the following storages:
INI file – if the layout control’s OptionsStoring.StoreToIniFile option is active, and the OptionsStoring.IniFileName property is specified.
System registry – if the control’s OptionsStoring.StoreToRegistry option is active, and the OptionsStoring.RegistryPath property is specified.
Stream – the data is saved via an associated internal stream object. This operation is performed unconditionally.
To persist settings in a specific type of storage, use either the SaveToIniFile, SaveToRegistry or SaveToStream method instead.
See Also