TdxBarManager.SaveToRegistry(string) Method
Saves the bar manager’s settings to the registry.
Declaration
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