Vcl.DBLookup.TDBLookupList.KeyPress

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure KeyPress(var Key: Char); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupList

Beschreibung

Stellt spezielle Aktionen bereit, wenn der Benutzer eine Taste innerhalb einer Klasse TDBLookupList drückt.

Die Methode KeyPress stellt spezielle Aktionen bereit, wenn der Benutzer eine Taste innerhalb einer Klasse TDBLookupList drückt.

Key ist ein Char-Typ und repräsentiert die gedrückte Taste.

Siehe auch