You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvProject. Close method |
Top Previous Next |
Declaration procedure Close;
Category
Description This method will close the report project and unload it from memory. If you call the Open method of TRvProject, you should insure that this method is called before the application terminates.
See also TRvProject Class, Active, OnAfterClose, OnAfterOpen, OnBeforeClose, OnBeforeOpen, Open
Example (Delphi) RvProject1.Close;
Example (C++Builder) RvProject1->Close(); |
You are reading help file online using chmlib.com
|