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

TCustomComboBox.KeyPress

Adjusts character case before further processing.

Declaration

Source position: stdctrls.pp line 342

protected procedure TCustomComboBox.KeyPress(

  var Key: Char

); override;

Description

The inherited method invokes the OnKeyPress handler, allowing for further input processing.

See also

TWinControl.KeyPress

  

Invokes the OnKeyPress handler.