TIWCGJQEventBinderEvents.OnKeyUp Property

Fires when a user releases a key.

Caution

This event fires after the keystroke has been processed; for instance after a character has been added to a text input. It’s not possible to cancel the default action because that action has already taken place. This event should not repeat.

Namespace: IWCGJQEventBinder
published
 property OnKeyUp: TIWCGEventBinderFunc index 07 read GetEventValue write SetEventValue stored IsFuncStored;

Property Value