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