FMX.Types.TCustomGestureCollectionItem.GestureID
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 型です。