FMX.Types.TCustomGestureCollectionItem.GetGestureID
Delphi
function GetGestureID: TGestureID; virtual; abstract;
C++
virtual TGestureID __fastcall GetGestureID() = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | class protected | FMX.Types.pas FMX.Types.hpp | FMX.Types | TCustomGestureCollectionItem | 
Description
GetGestureID is the abstract getter method for the GestureID property.
Override the GetGestureID method in descending classes to implement the getter method for the GestureID property.