TdxPSOptionsStoring.IniFileName Property
In This Article
Specifies an INI file to store data.
#Declaration
Delphi
property IniFileName: string read; write;
#Property Value
Type |
---|
string |
#Remarks
This property is in effect only if dxstIniFile is assigned to the StorageType property.
Note that the ‘INI’ extension is not automatically added to the file name.
See Also