TdxBarManager.RegistryPath Property
In This Article
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 Express
See Also