API: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.

Vcl.Touch.GestureMgr.TGestureCollectionItem.GetGestureType inherits from Vcl.Controls.TCustomGestureCollectionItem.GetGestureType. All content below this line refers to Vcl.Controls.TCustomGestureCollectionItem.GetGestureType.

GetGestureType is the abstract getter method for the GestureType property.

Override the GetGestureType method in descending classes to implement the getter method for the GestureType property.

See Also