TdxBarManager.RegistryPath Property
Specifies the registry path where the current bar manager’s settings can be stored.
Declaration
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