API:FMX.Gestures.TGestureCollectionItem.GetGestureID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGestureID: TGestureID; override;

C++

virtual Fmx::Types::TGestureID __fastcall GetGestureID();

Properties

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

Description

GetGestureID is the abstract getter method for the GestureID property.

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