vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-596182ec.md
Saves layout group and item settings to assigned external storages.
procedure Store;
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
TdxCustomLayoutControl.Restore Procedure
TdxCustomLayoutControl.SaveToIniFile Procedure
TdxCustomLayoutControl.SaveToRegistry Procedure
TdxCustomLayoutControl.SaveToStream Procedure