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

TCustomComboBox.KeyDown

KeyDown - performs code for traversing the dropdown list to the correct location before calling inherited KeyDown

Declaration

Source position: stdctrls.pp line 338

protected procedure TCustomComboBox.KeyDown(

  var Key: Word;

  Shift: TShiftState

); override;

See also

TWinControl.KeyDown

  

KeyDown - emulate the action of pressing the specified key (makes OnKeyDown respond)