API:Vcl.Touch.GestureMgr.TGestureCollectionItem
Delphi
TGestureCollectionItem = class(TCustomGestureCollectionItem)
C++
class PASCALIMPLEMENTATION TGestureCollectionItem : public Vcl::Controls::TCustomGestureCollectionItem
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Vcl.Touch.GestureMgr.pas Vcl.Touch.GestureMgr.hpp |
Vcl.Touch.GestureMgr | Vcl.Touch.GestureMgr |
Description
TCustomGestureCollectionItem is the base class for items used to represent a gesture in a collection.
Vcl.Touch.GestureMgr.TGestureCollectionItem inherits from Vcl.Controls.TCustomGestureCollectionItem. All content below this line refers to Vcl.Controls.TCustomGestureCollectionItem.
TCustomGestureCollectionItem is the base class for items used to represent a gesture in a collection.
TCustomGestureCollectionItem is used as a base class for real collection items. The most important descendant is TGestureCollectionItem, which publishes a wide set of options used by the Object Inspector to allow editing gestures at design time.
If you decide to write your own gesture manager component, be sure to use the TCustomGestureCollectionItem class as base for the collection items that will be describing the managed gestures.