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

Loads the bar manager’s settings stored in the registry.

#Declaration

Delphi
procedure LoadFromRegistry(ARegistryPath: string);

#Parameters

Name Type
ARegistryPath string

#Remarks

Call this LoadFromRegistry method to load the bar manager’s settings from the registry path specified by the ARegistryPath parameter. If the specified path is an empty string, the LoadFromRegistry method does nothing. The bar manager’s settings can be stored using the SaveToRegistry method.

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

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