[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.