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

protected procedure TCustomComboBox.KeyDown(

  var Key: Word;

  Shift: TShiftState

); override;

Description

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

The inherited method provides software emulation of the event handler OnKeyDown which acts if a key has been pressed and is still down

See also

TWinControl.KeyDown

  

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

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads