You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TMemoBuf. Reset (TMemoBuf) method |
Top Previous Next |
Declaration procedure Reset;
Category
Description This method will reset the memo buffer back to the beginning position. Use this method if you have printed a portion of a memo buffer, but want to start at the beginning again.
See also
Example (Delphi) MemoBuf1.Reset;
Example (C++Builder) MemoBuf1->Reset(); |
You are reading help file online using chmlib.com
|