Vcl.Controls.TGestureID

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

Delphi

type TGestureID = -1024..511;

C++

typedef short TGestureID;

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls


説明

TGestureID 型は、ジェスチャを識別するために使われます。

TGestureID は、ジェスチャ ID を定義するために使われます。 TGestureID は数値型です。

メモ: Windows 7 の WM_GESTURE 識別子は、[igiBegin; igiPressAndTap] の間にマッピングされます(Vcl.Controls ユニットの igi... 定数を参照してください)。

関連項目