You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TMemoBuf. Append method |
Top Previous Next |
Declaration procedure Append(Text: string);
Category
Description This method will append Text to the end of the memo buffer.
See also
Example (Delphi) MemoBuf.Append(' This is a new sentence on the end.');
Example (C++Builder) MemoBuf->Append(" This is a new sentence on the end."); |
You are reading help file online using chmlib.com
|