FMX.Grid.TCustomGrid.DialogKey
Delphi
procedure DialogKey(var Key: Word; Shift: TShiftState); override;
C++
virtual void __fastcall DialogKey(System::Word &Key, System::Classes::TShiftState Shift);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
説明
ダイアログ キーを処理します。
FMX.Grid.TCustomGrid.DialogKey は FMX.Controls.TControl.DialogKey を継承しています。以下の内容はすべて FMX.Controls.TControl.DialogKey を参照しています。
ダイアログ キーを処理します。
DialogKey は、ダイアログ文字を処理するために、メッセージを事前処理している間に呼び出されます。
アプリケーション内で DialogKey を呼び出してはいけません。 これは、内部使用のためのものです。
DialogKey は、コントロールの子それぞれに対して、ダイアログ キー メッセージを処理します。