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.LoadFromIniFile(string) Method

Loads bar manager’s settings from an INI file.

#Declaration

Delphi
procedure LoadFromIniFile(const AFileName: string);

#Parameters

Name Type
AFileName string

#Remarks

Call this method to load the bar manager’s settings from the INI file specified by the AFileName parameter. If the specified file name is an empty string, the LoadFromIniFile method does nothing. To save the settings, call the SaveToIniFile method.

Please refer to the description of the SaveToIniFile method for details on which bar manager’s settings are saved to an INI file.

New bar items – which were added to a toolbar after storing its settings to the registry, INI file or stream – will be visible after restoring the settings.

See Also