API: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

TCustomGestureCollectionItem is the base class for items used to represent a gesture in a collection.

FMX.Gestures.TGestureCollectionItem inherits from FMX.Types.TCustomGestureCollectionItem. All content below this line refers to FMX.Types.TCustomGestureCollectionItem.

TCustomGestureCollectionItem is the base class for items used to represent a gesture in a collection.

TCustomGestureCollectionItem is used as a base class for real collection items. The most important descendant is TGestureCollectionItem, which publishes a wide set of options used by the Object Inspector to allow editing gestures at design time.

If you decide to write your own gesture manager component, be sure to use the TCustomGestureCollectionItem class as base for the collection items that will be describing the managed gestures.

See Also