TPrintRange indicates how the user specified the set of pages to print.
TPrintRange = ( prAllPages, prSelection, prPageNums );
enum TPrintRange { prAllPages, prSelection, prPageNums };
Dialogs
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. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|