Vcl.Touch.GestureCtrls.TGestureListView.GestureManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GestureManager: TGestureManager read FGestureManager write SetGestureManager;

C++

__property GestureManager;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureListView

Description

Specifies the gesture manager component.

Vcl.Touch.GestureCtrls.TGestureListView.GestureManager inherits from Vcl.Touch.GestureCtrls.TCustomGestureListView.GestureManager. All content below this line refers to Vcl.Touch.GestureCtrls.TCustomGestureListView.GestureManager.

Specifies the gesture manager component.

Use GestureManager to specify the TCustomGestureManager instance that is used to store and manage gestures in a VCL form. The gesture list view component automatically populates itself with items created from gestures stored in the associated TCustomGestureManager.

See Also