You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. LF method |
Top Previous Next |
Declaration procedure LF;
Category
Description This method performs a line feed which moves the vertical text cursor position down by the distance specified by the property LineHeight. It also increments the property LineNum. If Columns are in use, and the text cursor is moved below the current SectionBottom, the text cursor is placed at the top of the next column. The top of the next column is defined by the setting of SectionTop.
See also TBaseReport Class, CR, LineHeight, LineNum, NewLine, SectionBottom, SectionTop
Example (Delphi) RvNDRWriter1.LF;
Example (C++Builder) RvNDRWriter1->LF(); |
You are reading help file online using chmlib.com
|