TdxPrintStyleManager.SaveToRegistry(string) Method
In This Article
Saves the style manager’s AutoText entries to a specified registry path.
#Declaration
Delphi
procedure SaveToRegistry(const APath: string);
#Parameters
Name | Type |
---|---|
APath | string |
#Remarks
Call this method to store the style manager’s AutoText entries to the registry path specified by the APath parameter. Entries that are stored using this method can be restored via the LoadFromRegistry method call.
To save these entries to an INI file, call the SaveToIniFile method.
Note
You can store all the style manager’s settings, including Auto
See Also