[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TWinControl.KeyUp

Signals the OnKeyUp event handler (when assigned).

Declaration

Source position: controls.pp line 2204

protected procedure TWinControl.KeyUp(

  var Key: Word;

  Shift: TShiftState

); virtual;

Arguments

Key

  

Numeric key code for the key up event.

Shift

  

Shift, Ctrl, or Alt modifier for the key.