TdxCustomLayoutControl.SaveToRegistry(string,Boolean) Method
Saves ExpressLayout Control group/item settings to the Registry.
Declaration
procedure SaveToRegistry(const ARegistryPath: string; ARecreate: Boolean = True);
Parameters
| Name | Type | Description |
|---|---|---|
| ARegistryPath | string | The target system registry path. |
| ARecreate | Boolean | Optional. Specifies if the procedure recreates the target registry key if it already exists.
|
Remarks
Call the SaveToRegistry procedure to save layout group and item settings to the system registry.
To save the Layout control state to an external source defined in the OptionsStoring property, call the Store procedure.
See Also