FMX.Grid.TColumn.DoKeyDown

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

Delphi

procedure DoKeyDown(Sender: TObject; var Key: Word;  var KeyChar: System.WideChar; Shift: TShiftState);

C++

void __fastcall DoKeyDown(System::TObject* Sender, System::Word &Key, System::WideChar &KeyChar, System::Classes::TShiftState Shift);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn

説明

キーが押された際に、自動的呼び出されます。DoKeyDown は、キーボード イベントを処理します。

関連項目