Vcl.DBLookup.TDBLookupCombo.KeyPress

提供:RAD Studio API Documentation

Delphi

procedure KeyPress(var Key: Char); override;

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupCombo

説明

TDBLookupCombo にある間にユーザーがキーを押したときに特殊な処理を提供します。

KeyPress メソッドは、TDBLookupCombo にある間にユーザーがキーを押したときに特殊な処理を提供します。

KeyChar 型で、押されたキーを表します。

関連項目