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

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

GetGestureID is the abstract getter method for the GestureID property.

Override the GetGestureID method in descending classes to implement the getter method for the GestureID property.

See Also