Skip to main content

TdxBarManager.LoadFromRegistry(string) Method

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

Declaration

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