FMX.Gestures.TGestureCollectionItem
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.