FMX.Gestures.TGestureCollectionItem

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TCustomGestureCollectionItemSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTGestureCollectionItem

Delphi

TGestureCollectionItem = class(TCustomGestureCollectionItem)

C++

class PASCALIMPLEMENTATION TGestureCollectionItem : public Fmx::Types::TCustomGestureCollectionItem

Properties

Type Visibility Source Unit Parent
class public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures FMX.Gestures

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