Skip to main content

TdxStoringOptions.StoreToRegistry Property

Specifies whether ExpressLayout Control settings are stored in the Registry.

Declaration

property StoreToRegistry: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

If the StoreToRegistry property is set to True, group and item settings are stored in the Registry as specified by the RegistryPath property. The ExpressLayout Control stores settings, which include the name, parent name, index for every item and group (the Hidden property value is additionally stored for groups).

The default value of the StoreToRegistry property is False.

See Also