TdxCustomLayoutControl.OptionsStoring Property
In This Article
Specifies layout persistence settings for the ExpressLayout Control.
#Declaration
Delphi
property OptionsStoring: TdxStoringOptions read; write;
#Property Value
Type |
---|
Tdx |
#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