Concept Framework 1.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
OnKeyRelease | event | public | version 1.0 | no |
OnKeyRelease(Sender, EventData) |
Sender | the event firing control |
EventData | contains a string, encapsulating the value of the key pressed, the state of the modifiers keys (Alt, Ctrl, Shift, etc) and the hardware key code, all of these separated by ":" |
This event is fired whenever the user releases a key.
EventData can be evaluated like this : EventData=StrNumberSplit(EventData,":"); keyvalue=EventData[0]; state=EventData[1]; hardware_keycode=EventData[2]; |
Documented by Eduard Suica, generation time: Thu Oct 15 20:01:51 2009 GMT | (c)2009 RadGs Software |