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