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

Updated __UI_KeyHit (markdown)

FellippeHeitor 2016-12-19 01:37:35 -02:00
parent ca78df41d7
commit 516d4bfd95

@ -1,3 +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.
This variable can be accessed anywhere, but it's usually manipulated in [[KeyPress]] event handlers, especially for [[Textbox]] controls, as it can be used to change the key presses actually sent to the control.