FMX.Gestures.TGestureEngine.GetCompleteGestureList
Delphi
class procedure GetCompleteGestureList(const AControl: TComponent; const AGestureList: TGestureList);
C++
__classmethod void __fastcall GetCompleteGestureList(System::Classes::TComponent* const AControl, System::Generics::Collections::TList__1<Fmx::Types::TCustomGestureCollectionItem*>* const AGestureList);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.Gestures | TGestureEngine |
Description
Fills a list with the gesture forms that the control wants to capture.
GetCompleteGestureList takes the following parameters:
AControlspecifies the control for which to collect the gestures.AGestureListis a list of TCustomGestureCollectionItem where all the gestures are added.