OnFunctionKey

Top  Previous  Next

This event occurs when a keyboard sequence corresponding to a function key arrives from the client.

 

ActiveX/.NET Syntax

void OnFunctionKey (string func, BOOL* handled)

 

Delphi Syntax

procedure OnFunctionKey (sender:TObject; func: string; var handled:boolean)

 

Remarks

Recognized function keys are:

 

'CtrlAltDel'

'AltTab'

'AltShiftTab'

'ShiftCtrlEsc'

'CtrlEsc'

'AltEsc'

'LeftWin'

'RightWin'

'PrtScr'

'AltPrtScr'

 

See also

See also the OnKeyboardInput and OnMouseInput events.