You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvProject. OnDesignerSave event (read/write/published) |
Top Previous Next |
Declaration procedure OnDesignerSave(Sender: TObject);
Category
Description When this event is defined, a save button and save menu item will be displayed in the end user version of the Rave visual designer to allow the end user to perform intermediate saves. In this event, you will normally call RvProject.Save or whatever code you are using to save the project (i.e., RvProject1.SaveToStream(BlobStream)). The Sender parameter is the TRvProject component that generated the event.
NOTE: This feature is only available with a Rave EUDL license. See the Nevrona website at http:/www.nevrona.com for more information on obtaining an EUDL license.
See also TRvProject Class, OnDesignerSaveAs, OnDesignerShow, SaveToStream |
You are reading help file online using chmlib.com
|