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.RegistryPath Property

Specifies the registry path where the current bar manager’s settings can be stored.

#Declaration

Delphi
property RegistryPath: string read; write;

#Property Value

Type
string

#Remarks

The registry key specified by the RegistryPath property is used to store the current bar manager’s settings, when the StoreInRegistry property is set to True. Refer to the description of the StoreInRegistry property for detailed information on storing a bar manager’s settings.

Note

All subkeys and data of the specified registry path are deleted prior the ExpressBars saves its settings. Developer Express Inc. does not carry a warranty of any kind for the lost registry entries.

See Also