Skip to main content

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.

True
Default. The procedure deletes the target registry key if it exists and creates a new key with the same name.
False
The 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