FMX.Gestures.TGestureManager.UnselectGesture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnselectGesture(const AControl: TComponent; AGestureID: TGestureID); override;

C++

virtual void __fastcall UnselectGesture(System::Classes::TComponent* const AControl, Fmx::Types::TGestureID AGestureID);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures 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.

See Also