Vcl.Dialogs.TPrintRange
Delphi
TPrintRange = System.UITypes.TPrintRange;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Dialogs.pas | Vcl.Dialogs | Vcl.Dialogs |
Description
TPrintRange indicates how the user specified the set of pages to print.
The possible values of TPrintRange are:
| Value | Meaning |
|---|---|
|
prAllPages |
The All radio button is selected. |
|
prSelection |
The Selection radio button is selected. |
|
prPageNums |
The Pages radio button is selected. |