You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TMemoBuf. PrintHeight method |
Top Previous Next |
Declaration procedure PrintHeight(Height:double; PrintTabs: Boolean);
Category
Description This method will print the memo buffer for the height specified by the Height parameter. If Height is 0 then all lines in the memo buffer will be printed. If PrintTabs is true, then PrintHeight will print lines of empty tabs for each line that the memo buffer is printed on.
NOTE: If the entire memo buffer is not printed, the internal position of MemoBuf will be set to the last character that was printed. This will allow the memo buffer to be continued on another page.
NOTE: You must initialize the TMemoBuf.BaseReport before calling this method.
See also |
You are reading help file online using chmlib.com
|