TCustomdxComponentPrinter.SaveToFile(string) Method
In This Article
Saves all component printer settings to a file.
#Declaration
Delphi
procedure SaveToFile(const AName: string);
#Parameters
Name | Type |
---|---|
AName | string |
#Remarks
Call this procedure to save the component printer’s settings to the file whose full path is passed as the AName parameter.
To restore the previously saved settings from the specified file, call the LoadFromFile procedure.
See Also