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