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

Saves the bar manager’s settings to the registry.

#Declaration

Delphi
procedure SaveToRegistry(ARegistryPath: string);

#Parameters

Name Type
ARegistryPath string

#Remarks

Use the SaveToRegistry method to save the bar manager’s settings to the registry path specified by the ARegistryPath parameter. If the specified path is an empty string, the SaveToRegistry method does nothing.

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

You can restore the bar manager’s settings from the registry using the LoadFromRegistry method. Also settings can be saved to and restored from a stream or an INI file. Please refer to the SaveToStream or SaveToIniFile and, LoadfromStream or LoadFromIniFile method pairs.

See Also