TdxBarManager.IniFileName Property
Specifies the name of the INI file in which the current bar manager’s settings are stored.
Declaration
property IniFileName: string read; write;
Property Value
Type |
---|
string |
Remarks
The INI file specified by the IniFileName property is used to store the current bar manager’s settings, when the StoreInIniFile property is set to True. Refer to the description of the StoreInIniFile property for detailed information on storing a bar manager’s settings.
See Also