1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-05-12 06:50:12 +00:00
3 KeyPress
Fellippe Heitor edited this page 2018-06-17 18:56:50 -03:00

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.

Controls that respond to KeyPress events: