You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. Print (TBaseReport) method |
Top Previous Next |
Declaration procedure Print(Text: string);
Category
Description This method will print the string, Text, at the current text cursor position. If the string contains any tab characters (9) the Tab method will be called with the default parameters. The text cursor is left at the end of the string that is printed.
See also TBaseReport Class, all other print functions
Example (Delphi) RvNDRWriter1.Print('Hello World!');
Example (C++Builder) RvNDRWriter1->Print("Hello World!"); |
You are reading help file online using chmlib.com
|