XADseteventcallback


Purpose
Set the event handler callback
Synopsis
procedure XADseteventcallback(handlername:string)
Argument
handlername 
Event handler callback
Further information
This procedure registers the procedure handlername to act as an event handler callback. All events will be reported through this callback. The callback procedure has this signature:
procedure guievents(id:integer, event:integer)
and it gets called for every possible event. The user has the option to ignore or deal with events through the event handler callback procedure.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.