Vcl.Grids.TInplaceEditList.KeyDown

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

Delphi

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

C++

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

プロパティ

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

説明

キーを押すイベントに応答します。

KeyDown メソッドは、OnKeyDown イベントにアタッチされたすべてのイベントハンドラを呼び出します。 Key パラメータは、キー コードを表します。 Shift パラメータは、Shift 、Alt または Ctrl キーがキー入力との組み合わせによって使用可能かどうかを示します。

関連項目