You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvProject. OnDesignerShow event (read/write/published) |
Top Previous Next |
Declaration procedure OnDesignerShow(Sender: TObject);
Category
Description This event will be called after the Rave visual designer is initialized but immediately before it is displayed. This will allow you to show a splash screen or change the mouse cursor while the designer is loading, then restore everything just before Rave is displayed. 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 |
You are reading help file online using chmlib.com
|