public event OnKeyPress
Prototype:
OnKeyPress(Sender, EventData)
Parameters
Sender
the event firing control
EventData
contains a string, encapsulating the value of the key pressed
Description:
This event is fired whenever the Sender control picks up a key pressed signal.
EventData can be evaluated like this :
keycode=value EventData
Return value:
This event can close the application by returning MSG_APPLICATION_QUIT. Any other return value will be ignored.