TdxPrintStyleManager.SaveToFile(string) Method
Saves the style manager’s settings and styles to a file.
Declaration
procedure SaveToFile(const AName: string);
Parameters
Name | Type |
---|---|
AName | string |
Remarks
Call this method to save all TdxPrintStyleManager attributes (including styles) to a file specified by the AName parameter. These attributes can later be reloaded from this file into another style manager using the LoadFromFile method. The AName parameter completely defines the file name. No extension is added to this parameter.
See Also