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