Vcl.Touch.GestureCtrls.TCustomGestureListView.GestureManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GestureManager: TGestureManager read FGestureManager write SetGestureManager;

C++

__property Vcl::Touch::Gesturemgr::TGestureManager* GestureManager = {read=FGestureManager, write=SetGestureManager};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureListView

Description

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