1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-16 19:03:54 +00:00

Created __UI_KeyHit (markdown)

FellippeHeitor 2016-12-19 01:36:56 -02:00
parent ed5c8dabd6
commit ca78df41d7

3
__UI_KeyHit.md Normal file

@ -0,0 +1,3 @@
__UI_KeyHit is a variable of type LONG INTEGER that holds the scan code of the last key pressed by the user. Positive values mean a key was pressed, negative values indicate a key was released.
This variable can be accessed anywhere, but it's usually manipulated in [[KeyPress]] event handlers, especially for [[Text box]] controls, as it can be used to change the key presses actually sent to the control.