You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. PrintBlock method |
Top Previous Next |
Declaration procedure PrintBlock(Text: string; Pos: double; Width: double);
Category
Description This method will print Text on the current line starting at Pos. The text will be block justified within the area defined by Width.
See also TBaseReport Class, All other print functions
Example (Delphi) PrintBlock('This is block justified text',0.5,4.0);
Example (C++Builder) rp1->PrintBlock("This is block justified text",0.5,4.0); |
You are reading help file online using chmlib.com
|