FMX.Types.TCustomGestureCollectionItem.GetGestureID

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

Delphi

function GetGestureID: TGestureID; virtual; abstract;

C++

virtual TGestureID __fastcall GetGestureID() = 0 ;

プロパティ

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

説明

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

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

関連項目