Skip to main content

TdxStoringOptions Class

Stores layout persistence settings for the ExpressLayout Control.

Declaration

TdxStoringOptions = class(
    TPersistent
)

Remarks

The settings provided by this class 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).

The TdxStoringOptions object is referenced by the layout control’s OptionsStoring property.

Inheritance

TObject
TPersistent
TdxStoringOptions
See Also