You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. NewLine method |
Top Previous Next |
Declaration procedure NewLine;
Category
Description This method performs a carriage return (CR) followed by a line feed (LF), then resets the tabs.
See also TBaseReport Class, ColumnStart, CR, LF, ResetTabs
Example (Delphi) RvNDRWriter1.NewLine;
Example (C++Builder) RvNDRWriter1->NewLine(); |
You are reading help file online using chmlib.com
|