You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvProject. OnDesignerSaveAs event (read/write/published) |
Top Previous Next |
Declaration procedure OnDesignerSaveAs(Sender: TObject);
Category
Description When this event is defined, a Save As menu item will be displayed in the end user version of the Rave visual designer to allow the end user to perform saves to alternate destinations. In this event, you will normally prompt the user for an alternate destination and then 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, OnDesignerSave, OnDesignerShow, SaveToStream |
You are reading help file online using chmlib.com
|