Unit 'StdCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomComboBox.KeyUpAfterInterface

Handles key up events forwarded from the LCL interface.

Declaration

Source position: stdctrls.pp line 353

protected procedure TCustomComboBox.KeyUpAfterInterface(

  var Key: Word;

  Shift: TShiftState

); override;

Arguments

Key

  

Key code examined in the method.

Shift

  

Shift, Ctrl, or Alt modifier for the key code.