You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TMemoBuf. LoadFromStream (TMemoBuf) method |
Top Previous Next |
Declaration procedure LoadFromStream(Stream: TStream; BufSize: longint);
Category
Description This method will load the memo buffer from the stream for BufSize number of bytes.
See also
Example (Delphi) MemoBuf1.LoadFromStream( MyStream, StreamSize );
Example (C++Builder) MemoBuf1->LoadFromStream( MyStream, StreamSize ); |
You are reading help file online using chmlib.com
|