Vcl.Dialogs.TPrintDialog.Collate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Collate: Boolean read FCollate write FCollate default False;

C++

__property bool Collate = {read=FCollate, write=FCollate, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TPrintDialog

Description

Indicates whether the Collate check box is selected.

Collate is true whenever the Collate check box is selected in the Print dialog. To make the dialog open with the check box selected, set Collate to true in the Object Inspector or in program code.

See Also