Vcl.Dialogs.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
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TPrintDialog

Description

Indicates the number copies selected in the Print dialog.

If Copies is 0 or 1, the dialog will have 1 in the Number of Copies field. To make the dialog open with 2 or more copies selected, set the value of Copies in the Object Inspector or in program code.

See Also