You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. XU2I method |
Top Previous Next |
Declaration function XU2I(Pos: double): double;
Category
Description This method will convert horizontal unit measurements (defined by Units and UnitsFactor) to inch measurements.
See also TBaseReport Class, Units, UnitsFactor, All other units conversion functions
Example (Delphi) // With units set to unCM CurrXInch := RvNDRWriter1.XU2I( RvNDRWriter1.XPos );
Example (C++Builder) CurrXInch = RvNDRWriter1->XU2I( RvNDRWriter1->XPos ); |
You are reading help file online using chmlib.com
|