You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TMemoBuf. SaveBuffer method |
Top Previous Next |
Declaration procedure SaveBuffer;
Category
Description This method will save the current memo buffer to a saved buffer that can later be restored with RestoreBuffer. This can be useful for printing form letters that you need to modify for each print run, but want to return to the original settings at the beginning of each page.
See also TMemoBuf Class, FreeSaved, RestoreBuffer
Example (Delphi) // Save original contents MemoBuf.SaveBuffer;
Example (C++Builder) MemoBuf->SaveBuffer(); |
You are reading help file online using chmlib.com
|