Vcl.Controls.TCustomGestureManager.GestureList
Delphi
property GestureList[AControl: TControl]: TGestureArray read GetGestureList;
C++
__property TGestureArray GestureList[TControl* AControl] = {read=GetGestureList};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | 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.