FMX.Types.TCustomGestureCollectionItem.SetGestureID

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

Delphi

procedure SetGestureID(const Value: TGestureID); virtual; abstract;

C++

virtual void __fastcall SetGestureID(const TGestureID Value) = 0 ;

プロパティ

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

説明

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

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

関連項目