OnKeyboardInput

Top  Previous  Next

Occurs when a keyboard event is received from the client.

 

ActiveX/.NET Syntax

void OnKeyboardInput (short key, BOOL down, BOOL* handled)

 

Delphi Syntax

procedure OnKeyboardInput (sender:TObject; key: word; down:boolean;
var handled:boolean)

 

See also

See also the OnFunctionKey and OnMouseInput events.