FMX.Types.TCustomGestureCollectionItem.GetGestureType

提供:RAD Studio API Documentation

Delphi

function GetGestureType: TGestureType; virtual; abstract;

C++

virtual TGestureType __fastcall GetGestureType(void) = 0 ;

プロパティ

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

説明

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

GetGestureType メソッドを下位クラスでオーバーライドして、 GestureType プロパティの取得メソッドを実装します。

関連項目