Vcl.Touch.Gestures.TGestureList

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::Generics::Collections::TList__1<Vcl::Controls::TCustomGestureCollectionItem*>* TGestureList;

Properties

Type Visibility Source Unit Parent
typedef public Vcl.Touch.Gestures.hpp Vcl.Touch.Gestures Vcl.Touch.Gestures

Description

Represents a list of gesture collection items.

TGestureList represents a list of TCustomGestureCollectionItem. TGestureList is used internally in the Gestures unit.

See Also