API:Vcl.Touch.GestureMgr.TGestureManager.GetGestureList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual Vcl::Controls::TGestureArray __fastcall GetGestureList(Vcl::Controls::TControl* Control);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureManager

Description

Returns the list of gestures associated with a control.

Vcl.Touch.GestureMgr.TGestureManager.GetGestureList inherits from Vcl.Controls.TCustomGestureManager.GetGestureList. All content below this line refers to Vcl.Controls.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