TdxPrintDialogData Record
In This Article
Contains values of a printer dialog‘s entry fields and data required for their validation.
#Declaration
Delphi
TdxPrintDialogData = record
#Remarks
Values include:
Field | Description |
---|---|
Copies | Specifies to the “Number of Copies” spin editor’s value. |
Collate | Specifies whether the “Collate Copies” option is checked. |
File |
Populates a combo box containing a list of files to which a report has already been printed. |
File |
Specifies the file name that is currently selected from a combo box containing a list of files to which a report has already been printed. |
Max |
Specifies the last page within the “Pages” range. |
Min |
Specifies the first page within the “Pages” range. |
Page |
Contains the number of pages within the current report. |
Page |
Corresponds to the “Number of Pages” spin editor’s value. |
Page |
Specifies the option that is currently selected within the “Page range” radio group control. |
Pages | Specifies pages to print when the Pages option is selected. |
Print |
Specifies whether the “Print to File” option is checked. |
Style |
Specifies a style manager used for printing a report. |
See Also