FMX.Types.TCustomGestureCollectionItem.GestureID

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

Delphi

property GestureID: TGestureID read GetGestureID write SetGestureID;

C++

__property TGestureID GestureID = {read=GetGestureID, write=SetGestureID, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureCollectionItem


説明

標準およびカスタム ジェスチャそれぞれを一意に決定する、数値識別子。

GestureID プロパティを使用すると、標準またはカスタム ジェスチャを、一意に識別することができます。GestureID は、TGestureID 型です。

関連項目