FMX.Gestures.TGestureCollectionItem.GetGestureID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGestureID: TGestureID; override;

C++

virtual Fmx::Types::TGestureID __fastcall GetGestureID();

Properties

Type Visibility Source Unit Parent
function class protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureCollectionItem

Description

GetGestureID is the abstract getter method for the GestureID property.

Use the GetGestureID method to read the gesture ID.

See Also