API:FMX.Gestures.TGestureCollectionItem.GetGestureType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGestureType: TGestureType; override;

C++

virtual Fmx::Types::TGestureType __fastcall GetGestureType();

Properties

Type Visibility Source Unit Parent
function class protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureCollectionItem

Description

GetGestureType is the abstract getter method for the GestureType property.

FMX.Gestures.TGestureCollectionItem.GetGestureType inherits from FMX.Types.TCustomGestureCollectionItem.GetGestureType. All content below this line refers to FMX.Types.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