Vcl.DBLookup.TDBLookupList.KeyDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure KeyDown(var Key: Word; Shift: TShiftState); override;

C++

DYNAMIC void __fastcall KeyDown(System::Word &Key, System::Classes::TShiftState Shift);

Properties

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

Description

Provides special processing when the user holds down a key while in a TDBLookupList.

The KeyDown method provides special processing when the user holds down a key while in a TDBLookupList.

Key specifies which key was pressed and Shift specifies whether there were any combinations of that Key with Alt, Shift, or Ctrl.

See Also