Back to Devexpress

TCustomdxComponentPrinter.SaveToFile(string) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-savetofile-x28-system-dot-string-x29.md

latest946 B
Original Source

TCustomdxComponentPrinter.SaveToFile(string) Method

Saves all component printer settings to a file.

Declaration

delphi
procedure SaveToFile(const AName: string);

Parameters

NameType
ANamestring

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

TCustomdxComponentPrinter.SaveToStream

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit