Vcl.Dialogs.TPrintDialogOptions
Delphi
type TPrintDialogOptions = set of TPrintDialogOption;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| set | public | Vcl.Dialogs.pas | Vcl.Dialogs | Vcl.Dialogs |
Description
TPrintDialogOption and TPrintDialogOptions specify options for a TPrintDialog component.
TPrintDialogOptions is a set of TPrintDialogOption values.
The possible values of TPrintDialogOption are:
| Value | Meaning |
|---|---|
|
poDisablePrintToFile |
Disables (grays) the Print To File Check box. (Applicable only if the poPrintToFile flag is set.) |
|
poHelp |
Displays a Help button in the dialog. May not work in some versions of Windows 95. |
|
poPageNums |
Enables the Pages radio button, allowing the user to specify a page range. |
|
poPrintToFile |
Displays a Print To File check box in the dialog. |
|
poSelection |
Enables the Selection radio button, allowing the user to print selected (highlighted) text. |
|
poWarning |
Generates a warning message if the user tries to send a job to an uninstalled printer. |