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