Back to Devexpress

TdxStoringOptions Class

vcl-dxlayoutcontrol-95a5ead3.md

latest1.1 KB
Original Source

TdxStoringOptions Class

Stores layout persistence settings for the ExpressLayout Control.

Declaration

delphi
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

TdxStoringOptions Members

dxLayoutControl Unit