Vcl.WinXCtrls.TSearchBox.KeyPress

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure KeyPress(var Key: Char); override;

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TSearchBox


説明

キー押下アクションを処理し、KeyEnter かどうかをチェックします。

KeyEnter であり、かつ、SearchIndicatorsbiText の場合、KeyPressInvokeSearch を呼び出して、キーを無効にします。

メモ:Key パラメータは、押下されたキーによって表される文字で、Windows の仮想キー コードではありません。

関連項目