Vcl.Touch.GestureMgr.TGestureCollectionItem

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TCustomGestureCollectionItemSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTGestureCollectionItem

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

TGestureCollectionItem is the descendant of TCollectionItem used to contain the set of points that makes up a gesture. TGestureCollectionItem also contains all the gesture's properties (deviation, margin of error, and so on) that the gesture recognizer needs in order to recognize this gesture.

See Also