Vcl.Touch.Gestures.TGestureEngine.GetCompleteGestureList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure GetCompleteGestureList(AControl: TControl; AGestureList: TGestureList);

C++

__classmethod void __fastcall GetCompleteGestureList(Vcl::Controls::TControl* AControl, System::Generics::Collections::TList__1<Vcl::Controls::TCustomGestureCollectionItem*>* AGestureList);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TGestureEngine

Description

Collects all the completed gestures for a control.

GetCompleteGestureList is used by the gesturing framework to collect all gestures considered completed. The AControl parameter specifies the control for which to collect the gestures; AGestureList is the TGestureList instance in which all the completed gestures will be added.

See Also