Skip to main content

TdxCustomLayoutControl.OptionsStoring Property

Specifies layout persistence settings for the ExpressLayout Control.

Declaration

property OptionsStoring: TdxStoringOptions read; write;

Property Value

Type
TdxStoringOptions

Remarks

These settings allow you to select the layout storage type (see the StoreToIniFile and StoreToRegistry properties), and also specify its location (see the IniFileName and RegistryPath properties).

See Also