FMX.Types.TCustomGestureCollection.GetGestureManager

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

Delphi

function GetGestureManager: TCustomGestureManager; virtual; abstract;

C++

virtual TCustomGestureManager* __fastcall GetGestureManager() = 0 ;

プロパティ

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

説明

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

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

関連項目