RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.TPageType Enumeration

TPageType indicates the type of page being configured for printing.

Pascal
TPageType = (
  ptEnvelope,
  ptPaper
);
C++
enum TPageType {
  ptEnvelope,
  ptPaper
};

Dialogs

TPageType has one of the following values:

Value 
Meaning 
ptEnvelope  
Page is an envelope.  
ptPaper  
Page is a sheet of paper.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!