[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 2286

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.


Version 3.2 Generated 2024-02-25 Home