Back to Devexpress

TdxCustomLayoutControl.SaveToRegistry(string,Boolean) Method

vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-dot-savetoregistry-x28-system-dot-string-system-dot-boolean-x29.md

latest2.0 KB
Original Source

TdxCustomLayoutControl.SaveToRegistry(string,Boolean) Method

Saves ExpressLayout Control group/item settings to the Registry.

Declaration

delphi
procedure SaveToRegistry(const ARegistryPath: string; ARecreate: Boolean = True);

Parameters

NameTypeDescription
ARegistryPathstring

The target system registry path.

| | ARecreate | Boolean |

Optional. Specifies if the procedure recreates the target registry key if it already exists.

True Default. The procedure deletes the target registry key if it exists and creates a new key with the same name.FalseThe procedure adds new information to the end of the target registry key (if it 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

TdxCustomLayoutControl.LoadFromIniFile Procedure

TdxCustomLayoutControl.LoadFromRegistry Procedure

TdxCustomLayoutControl.LoadFromStream Procedure

TdxCustomLayoutControl.SaveToIniFile Procedure

TdxCustomLayoutControl.SaveToStream Procedure

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit