FMX.Types.TCustomGestureManager.GestureList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GestureList[AControl: TComponent]: TGestureArray read GetGestureList;

C++

__property TGestureArray GestureList[System::Classes::TComponent* AControl] = {read=GetGestureList};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureManager

Description

Specifies the list of gestures associated with a control.

Use the GestureList property to access the gestures associated with a given control. GestureList is an indexed property, where the index is the control instance for which the associated gestures are retrieved.

See Also