FMX.Types.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
FMX.Types.pas
FMX.Types.hpp
FMX.Types 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