TdxPrintDialog.Collate Property
In This Article
Determines whether to collate report copies.
#Declaration
Delphi
property Collate: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Use the Collate property when printing multiple report copies to specify whether they should be collated. Set the Collate property to True to print all report pages before printing the next copy.
The default value of this property is False.
See Also