Skip to main content

TdxBarManager.LoadFromIniFile(string) Method

Loads bar manager’s settings from an INI file.

Declaration

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