Vcl.Controls.TCustomTouchManager.GestureList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GestureList: TGestureArray read GetGestureList;

C++

__property TGestureArray GestureList = {read=GetGestureList};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomTouchManager

Description

Specifies the list of gestures associated with the owning control.

Use the GestureList property to access the gestures associated with the control that owns this TCustomTouchManager instance.

See Also