TdxPrintDialogData Record
Contains values of a printer dialog‘s entry fields and data required for their validation.
Declaration
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. |
| FileList | Populates a combo box containing a list of files to which a report has already been printed. |
| FileName | 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. |
| MaxRange | Specifies the last page within the “Pages” range. |
| MinRange | Specifies the first page within the “Pages” range. |
| PageCount | Contains the number of pages within the current report. |
| PageNums | Corresponds to the “Number of Pages” spin editor’s value. |
| PageRanges | 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. |
| PrintToFile | Specifies whether the “Print to File” option is checked. |
| StyleManager | Specifies a style manager used for printing a report. |
See Also