CHMlib Logo Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab.
You are reading help file online using chmlib.com
CrisisHelper - First Aid in Tough Times of World Economic Crisis


_bm0 Rave Reports Developer Reference

TBaseReport. PrintMemo method

Top  Previous  Next

Declaration

procedure PrintMemo(MemoBuf: TMemoBuf; Lines: longint; PrintTabs: Boolean);

 

Category

Memo

 

Description

This method will print the memo buffer, MemoBuf, for the number of lines specified by Lines. If Lines is 0 then all lines in the memo buffer will be printed. If PrintTabs is true, then PrintMemo 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.

 

See also

TBaseReport Class, MemoLines, TMemoBuf

 

Example (Delphi)

SetColumns(3,0.25);

MemoBuf.PrintStart := ColumnStart;

MemoBuf.PrintEnd := ColumnEnd;

PrintMemo(MemoBuf, ColumnLinesLeft, false);

ClearColumns;

 

Example (C++Builder)

rp1->SetColumns(3,0.25);

MemoBuf->PrintStart = rp1->ColumnStart;

MemoBuf->PrintEnd := rp1->ColumnEnd;

rp1->PrintLines(MemoBuf, rp1->ColumnLinesLeft, false);

rp1->ClearColumns();



You are reading help file online using chmlib.com

If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com