vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-4440d57b.md
Restores layout group and item settings from assigned external data stores.
procedure Restore;
The Restore method simultaneously restores data from the following storages:
INI file – if the control’s OptionsStoring.StoreToIniFile option is active, the OptionsStoring.IniFileName property is specified, and the specified saved file exists (see the SaveToIniFile and Store methods).
System registry – if the control’s OptionsStoring.StoreToRegistry option is active, the OptionsStoring.RegistryPath property is specified, and the specified saved registry key exists (see the SaveToRegistry and Store methods).
Stream – the data is restored from the saved stream via an associated internal stream object (see the SaveToStream and Store methods).
To restore settings from a specific type of storage, use either the LoadFromIniFile, LoadFromRegistry or LoadFromStream method instead.
See Also
TdxCustomLayoutControl.LoadFromIniFile Procedure
TdxCustomLayoutControl.LoadFromRegistry Procedure
TdxCustomLayoutControl.LoadFromStream Procedure
TdxCustomLayoutControl.Store Procedure