You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvProject. LoadRaveBlob method |
Top Previous Next |
Declaration procedure LoadRaveBlob(Stream: TStream);
Category
Description This method will load the report project stored in Stream into the application form. You should not need to call this function since the normal method of loading a report project is through the TRvProject. StoreRAV property editor.
See also TRvProject Class, ClearRaveBlob, RaveBlobDateTime, SaveRaveBlob, StoreRAV
Example (Delphi) RvProject1.LoadRaveBlob( MyStream );
Example (C++Builder) RvProject1->LoadRaveBlob( MyStream ); |
You are reading help file online using chmlib.com
|