You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. NewPara method |
Top Previous Next |
Declaration procedure NewPara;
Category
Description Starts a new paragraph when exporting to HTML or RTF. This differs from NewLine method in that it inserts a physical carriage return in the RTF or HTML document.
NOTE: This is a method of all TBaseReport components but does nothing except for TRvRenderHTML and TRvRenderRTF.
See also TBaseReport Class, CR, LF, NewLine
Example (Delphi) RvNDRWriter1.NewPara;
Example (C++Builder) RvNDRWriter1->NewPara();
|
You are reading help file online using chmlib.com
|