FMX.Controls3D.TControl3D.DialogKey

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

Delphi

procedure DialogKey(var Key: Word; Shift: TShiftState); virtual;

C++

virtual void __fastcall DialogKey(System::Word &Key, System::Classes::TShiftState Shift);

プロパティ

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


説明

ダイアログ キーを処理します。

DialogKey は、ダイアログ文字を処理するために、メッセージを事前処理している間に呼び出されます。

アプリケーション内で DialogKey を呼び出してはいけません。 これは、内部使用のためのものです。