-
Notifications
You must be signed in to change notification settings - Fork 3
KeyPress
Samuel Gomes edited this page Feb 12, 2024
·
2 revisions
The KeyPress event occurs when a control has focus and the user presses any key on the keyboard. The following variables are made available:
The __UI_KeyHit variable can be modified to pass different values to the control that has focus, as the KeyPress event is triggered before the key press is actually processed.