You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TMemoBuf. FreeSaved method |
Top Previous Next |
Declaration procedure FreeSaved;
Category
Description This method will free the memory allocated by a previous call to SaveBuffer. This method is normally not needed as the saved buffer is freed when the memo buffer is freed.
See also TMemoBuf Class, RestoreBuffer, SaveBuffer
Example (Delphi) MemoBuf1.FreeSaved;
Example (C++Builder) MemoBuf1->FreeSaved(); |
You are reading help file online using chmlib.com
|