TdxCustomLayoutControl.Restore Method
Declaration
procedure Restore;
Remarks
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.