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