FMX.Gestures.TGestureCollection

Delphi
TGestureCollection = class(TCustomGestureCollection)
C++
class PASCALIMPLEMENTATION TGestureCollection : public Fmx::Types::TCustomGestureCollection
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.Gestures | FMX.Gestures |
Description
TGestureCollection is a collection of TGestureCollectionItem objects.
TGestureCollection is the descendant of TCustomGestureCollection used to contain a set of TGestureCollectionItem objects.
If you decide to write your own gesture manager component, be sure to use the TCustomGestureCollection class as base for the collection that will manage the gestures.