-
Notifications
You must be signed in to change notification settings - Fork 16
KeyPress
Fellippe Heitor edited this page Jun 17, 2018
·
3 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 keypress is actually processed.