API:FMX.Gestures.TGestureCollection

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TCustomGestureCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTGestureCollection

Delphi

TGestureCollection = class(TCustomGestureCollection)

C++

class PASCALIMPLEMENTATION TGestureCollection : public Fmx::Types::TCustomGestureCollection

Properties

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

Description

TCustomGestureCollection is the base class for gesture collections.

FMX.Gestures.TGestureCollection inherits from FMX.Types.TCustomGestureCollection. All content below this line refers to FMX.Types.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.

See Also