Vcl.Touch.GestureMgr.TGestureCollectionItem.GetGestureID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGestureID: TGestureID; override;

C++

virtual Vcl::Controls::TGestureID __fastcall GetGestureID();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureCollectionItem

Description

GetGestureID is the abstract getter method for the GestureID property.

Use the GetGestureID method to read the gesture ID.

See Also