Vcl.Controls.TGestureTypes

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

Delphi

TGestureTypes = set of TGestureType;

C++

typedef System::Set<TGestureType, TGestureType::gtStandard, TGestureType::gtNone> TGestureTypes;

プロパティ

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

説明

ジェスチャ タイプの集合を示します。

TGestureTypes はジェスチャ タイプの集合です。 VCL ジェスチャ フレームワークでは、標準(Standard)、カスタム(Custom)、登録済み(Registered)の 3 種類のジェスチャを使用できます。 TGestureTypes の取り得る値は以下のとおりです。



意味

gtStandard

標準ジェスチャを示します。 標準ジェスチャは VCL フレームワークにバンドルされています。

gtRecorded

記録済みジェスチャを示します。 記録済みジェスチャは、ジェスチャ レコーダーを使ってアプリケーションで作成されます。

gtRegistered

登録済みジェスチャを示します。 登録済みジェスチャは、サードパーティ製パッケージにバンドルされているカスタム ジェスチャです。



関連項目