You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. PrintRight method |
Top Previous Next |
Declaration procedure PrintRight(Text: string; Pos: double);
Category
Description This method will print the string, Text, on the current line right justified at the position, Pos.
See also TBaseReport Class, all other print functions
Example (Delphi) RvNDRWriter1.PrintRight('Right justified at 3.0',3.0 );
Example (C++Builder) RvNDRWriter1->PrintRight("Right justified at 3.0",3.0 ); |
You are reading help file online using chmlib.com
|