FMX.Printer.TPrintDialog.PrintToFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PrintToFile: Boolean read FPrintToFile write FPrintToFile default False;

C++

__property bool PrintToFile = {read=FPrintToFile, write=FPrintToFile, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrintDialog

Description

Indicates whether the Print To File check box is selected.

PrintToFile is True whenever the Print To File check box is selected in the Print dialog.

Note: In order to make the Print to File check box appear in the dialog, add the poPrintToFile flag to Options.

See Also