FMX.Types.TCustomGestureCollectionItem.GestureType

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

Delphi

property GestureType: TGestureType read GetGestureType;

C++

__property TGestureType GestureType = {read=GetGestureType, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureCollectionItem

説明

ジェスチャが標準か、カスタムか、登録済みカスタムかどうかを示します。

GestureType プロパティは、ジェスチャが作成もしくは登録されるときに、 そのジェスチャに割り当てられます。GestureType は TGestureType 型です。 Standard は、VCL フレームワークにバンドルされている標準ジェスチャを示します。 gtCustom は、ジェスチャ レコーダーを使用するアプリケーションで作成されたカスタム ジェスチャのために予約されます。 Registered は、サードパーティ製パッケージで登録されたカスタム ジェスチャのために使用されます。

関連項目