FMX.Gestures.TGestureCollectionItem.GetGestureType

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

Delphi

function GetGestureType: TGestureType; override;

C++

virtual Fmx::Types::TGestureType __fastcall GetGestureType();

プロパティ

種類 可視性 ソース ユニット
function class protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureCollectionItem

説明

GetGestureType は、GestureType プロパティの抽象取得メソッドです。

GetGestureType メソッドを使用すると、ジェスチャの型を読み込みます。 取り得る値は TGestureType 列挙型になります。

関連項目