RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPrintDialog.Collate Property

Indicates whether the Collate check box is selected.

Pascal
property Collate: Boolean;
C++
__property Boolean Collate;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!