TIWCGJQEventBinderEvents.OnKeyPress Property
Fires when a user presses a key.
![]() |
---|
This event should fire only if a keystroke leads to a character
actually being added to an HTML element such as a text input. It
should not fire when the user presses keys like the arrow keys
which do not result in a character. |
published property OnKeyPress: TIWCGEventBinderFunc index 06 read GetEventValue write SetEventValue stored IsFuncStored;