Vcl.Touch.GestureMgr.TGestureManager.UnselectGesture
Delphi
procedure UnselectGesture(AControl: TControl; AGestureID: TGestureID); override;
C++
virtual void __fastcall UnselectGesture(Vcl::Controls::TControl* AControl, Vcl::Controls::TGestureID AGestureID);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.Touch.GestureMgr.pas Vcl.Touch.GestureMgr.hpp |
Vcl.Touch.GestureMgr | TGestureManager |
Description
Dissociates a gesture from a control.
UnselectGesture is used to dissociate a gesture from a control. The method has two parameters, the gesture and the control on wich the operation is performed.