Controls.TCustomGestureManager.GestureList

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Controls.pas

	property GestureList: TGestureArray read GetGestureList;


Unit: Controls

Type: property

Visibility: public

Member Of: TCustomGestureManager

C++ Information

From Controls.hpp

	__property System::DynamicArray<Controls::TCustomGestureCollectionItem *> GestureList = {read=GetGestureList};


Unit: Controls

Type: property

Visibility: public

Member Of: 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

Personal tools
Translations
Newest Version