You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TMemoBuf. Insert method |
Top Previous Next |
Declaration procedure Insert(BufPos: longint; Text: string);
Category
Description This method will insert Text into the memo buffer at BufPos. BufPos should be 0 to insert before the entire buffer.
See also
Example (Delphi) MemoBuf.Insert(0,'This text will now be first');
Example (C++Builder) MemoBuf->Insert(0,"This text will now be first"); |
You are reading help file online using chmlib.com
|