TdxCustomLayoutControl.LoadFromRegistry(string) Method
Loads a previously saved Layout control state from the system registry.
Declaration
procedure LoadFromRegistry(const ARegistryPath: string);
Parameters
| Name | Type | Description |
|---|---|---|
| ARegistryPath | string | The source system registry path. |
Remarks
Call the LoadFromRegistry procedure to load a previously saved Layout control state from the system registry.
To restore a Layout control state from an external source defined in the OptionsStoring property, call the Restore procedure.
See Also