Vcl.Touch.GestureMgr.TGestureCollectionItem.GetGestureType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGestureType: TGestureType; override;

C++

virtual Vcl::Controls::TGestureType __fastcall GetGestureType();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr 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