KeyUp
- Last UpdatedNov 17, 2021
- 1 minute read
The KeyUp event is triggered when a user releases a key on the keyboard while the object has focus.
Syntax
<objectname>.KeyUp(integer KeyCode, integer Shift);
The KeyUp event is triggered when a user releases a key on the keyboard while the object has focus.
<objectname>.KeyUp(integer KeyCode, integer Shift);