TdxPrintStyleManager.SaveToRegistry(string) Method
Saves the style manager’s AutoText entries to a specified registry path.
Declaration
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 AutoText entries, via the SaveToFile or SaveToStream method call, or allow the style manager to automatically store these settings by enabling its AutoSave option.
See Also