Skip to main content

TCustomdxComponentPrinter.SaveToFile(string) Method

Saves all component printer settings to a file.

Declaration

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