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.

GetGestureList returns a list of gestures in the form of a TGestureArray associated with a control.

GetGestureList is used to return the gestures associated with a given control. GetGestureList receives a single parameter, AControl, which represents the control on whom the search is being performed.

GetGestureList is the getter method for the GestureList property.

See Also