RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.TPrintRange Enumeration

TPrintRange indicates how the user specified the set of pages to print.

Pascal
TPrintRange = (
  prAllPages,
  prSelection,
  prPageNums
);
C++
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!