You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. MemoLines method |
Top Previous Next |
Declaration function MemoLines(MemoBuf: TMemoBuf): longint;
Category
Description This method will return the number of lines necessary to print the memo buffer MemoBuf for the current font between PrintStart and PrintEnd.
See also TBaseReport Class, PrintEnd, PrintMemo, PrintStart, TMemoBuf
Example (Delphi) // Save number of lines needed to print memo LinesLeft := RvNDRWriter1.MemoLines(MyMemo);
Example (C++Builder) LinesLeft = RvNDRWriter1->MemoLines(MyMemo); |
You are reading help file online using chmlib.com
|