FMX.Gestures.TGestureCollectionItem.GetGestureType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGestureType: TGestureType; override;

C++

virtual Fmx::Types::TGestureType __fastcall GetGestureType();

Properties

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

Description

GetGestureType is the abstract getter method for the GestureType property.

Use the GetGestureType method to read the gesture type. The possible values can be found in the TGestureType enumeration.

See Also