Vcl.Controls.TCustomGestureCollectionItem.GetGestureType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGestureType: TGestureType; virtual; abstract;

C++

virtual TGestureType __fastcall GetGestureType() = 0 ;

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomGestureCollectionItem

Description

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