Vcl.DBLookup.TDBLookupCombo.KeyPress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure KeyPress(var Key: Char); override;

C++

DYNAMIC void __fastcall KeyPress(System::WideChar &Key);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupCombo

Description

Provides special processing when the user presses a key while in a TDBLookupCombo.

The KeyPress method provides special processing when the user presses a key while in a TDBLookupCombo.

Key is a Char type and represents the key that was pressed.

See Also