FMX.Printer.TPrintDialog.Copies

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Copies: Integer read FCopies write SetNumCopies default 0;

C++

__property int Copies = {read=FCopies, write=SetNumCopies, default=0};

Properties

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

Description

Indicates the number of copies selected in the Print dialog.

The Number of copies field from the Print dialog displays the value of the Copies property when the Copies property is greater than 1, and 1 otherwise.

Note: When the value of the Copies property is greater than 1, the Collate check box is enabled.

See Also