Vcl.Touch.GestureMgr.TGestureCollection
Delphi
TGestureCollection = class(TCustomGestureCollection)
C++
class PASCALIMPLEMENTATION TGestureCollection : public Vcl::Controls::TCustomGestureCollection
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Touch.GestureMgr.pas Vcl.Touch.GestureMgr.hpp |
Vcl.Touch.GestureMgr | Vcl.Touch.GestureMgr |
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.