Back to Devexpress

TdxStoringOptions.StoreToRegistry Property

vcl-dxlayoutcontrol-dot-tdxstoringoptions-c8375886.md

latest1.5 KB
Original Source

TdxStoringOptions.StoreToRegistry Property

Specifies whether ExpressLayout Control settings are stored in the Registry.

Declaration

delphi
property StoreToRegistry: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

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

TdxStoringOptions.IniFileName

TdxStoringOptions.RegistryPath

TdxStoringOptions.StoreToIniFile

TdxStoringOptions Class

TdxStoringOptions Members

dxLayoutControl Unit