FMX.Gestures.TGestureManager.UnregisterGesture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure UnregisterGesture(const AGesture: TGestureID); static;

C++

static void __fastcall UnregisterGesture(const Fmx::Types::TGestureID AGesture);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureManager

Description

Method used for unregistering a gesture.

UnregisterGesture removes a gesture from the registered gestures. Specify the gesture using the AGesture parameter. Also, all the controls managed by the TGestureManager class will be notified of the unregistered gesture.

See Also