API: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
TCustomGestureCollection is the base class for gesture collections.
Vcl.Touch.GestureMgr.TGestureCollection inherits from Vcl.Controls.TCustomGestureCollection. All content below this line refers to Vcl.Controls.TCustomGestureCollection.
TCustomGestureCollection is the base class for gesture collections.
TCustomGestureCollection is used as base class for real collections. The most important descendant is TGestureCollection. TGestureCollection represents a collection of TGestureCollectionItem instances.
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.