FMX.Printer.TPrinter.Copies

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Copies: Integer read GetNumCopies write SetNumCopies;

C++

__property int Copies = {read=GetNumCopies, write=SetNumCopies, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

Description

Specifies the number of copies to print.

Set Copies to indicate the number of copies to print. Copies uses the device mode to determine the number of copies to print.

See Also