TIWCGJQEventBinderEvents.OnKeyPress Property

Fires when a user presses a key.

Caution

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.

The event should continue firing as long as the user keeps the key depressed.

Firefox and Opera fire keypress events on any key.

Namespace: IWCGJQEventBinder
published
 property OnKeyPress: TIWCGEventBinderFunc index 06 read GetEventValue write SetEventValue stored IsFuncStored;

Property Value