RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageSetupDialog.Units Property

Specifies units used by user.

Pascal
property Units: TPageMeasureUnits;
C++
__property TPageMeasureUnits Units;

Units determines the measurement units used by the user. Possible settings:

Constant 
Meaning 
pmDefault  
User must specify values in units determined by locale settings.  
pmMillimeters  
User must specify values in millimeters.  
pmInches  
User must specify values in inches.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!