TdxCustomLayoutControl.StoreInIniFile Property
In This Article
Specifies whether to store ExpressLayout Control settings in an INI file.
#Declaration
Delphi
property StoreInIniFile: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
This property is obsolete; use the control’s OptionsStoring.StoreToIniFile property instead.
See Also