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

TWinControl.KeyUpAfterInterface

An empty implementation in the current LCL version.

Declaration

Source position: controls.pp line 2261

protected procedure TWinControl.KeyUpAfterInterface(

  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.

Description

An empty implementation in the current LCL version.