API:FMX.Gestures.TGestureManager.GetGestureList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGestureList(Control: TComponent): TGestureArray; override;

C++

virtual Fmx::Types::TGestureArray __fastcall GetGestureList(System::Classes::TComponent* Control);

Properties

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

Description

Returns the list of gestures associated with a control.

FMX.Gestures.TGestureManager.GetGestureList inherits from FMX.Types.TCustomGestureManager.GetGestureList. All content below this line refers to FMX.Types.TCustomGestureManager.GetGestureList.

Returns the list of gestures associated with a control.

Override the GetGestureList method in descending classes to implement proper gesture lookup.

GetGestureList is used to return the gestures associated with a given control. GetGestureList receives a single parameter, AControl.

GetGestureList is the getter method for the GestureList property.

See Also