FMX.Types.TCustomGestureCollection

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTCustomGestureCollection

Delphi

TCustomGestureCollection = class(TCollection)

C++

class PASCALIMPLEMENTATION TCustomGestureCollection : public System::Classes::TCollection

Properties

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

Description

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