Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarManager.IniFileName Property

Specifies the name of the INI file in which the current bar manager’s settings are stored.

#Declaration

Delphi
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