Description: | Generated when a key is released before the KeyUpt event is passed to the control that has the focus. The PreKeyDown, PreKeyPress, and PreKeyUp events enable you to take action on special keys, such as short-cut keys (e.g. Ctrl + D). If no control has the focus then the PreKeyUp event is not generated - the Form only receives the KeyUp event. If a key is pressed and kept depressed, multiple PreKeyDown, KeyDown, PreKeyPress and KeyPress events are generated before the PreKeyUp and KeyUp events. Note that if you press a toggle key (e.g. Caps Lock, Num Lock):
|
Used in controls: | None. |
Used in objects: | Form |
Parameters: | 1. VT_I2 - KeyCode S9(4) COMP-5 2. VT_I2 - ShiftState S9(4) COMP-5 |
Description of parameters (with constants): |
|