Vcl.Touch.GestureMgr.TGestureManager.UnregisterGesture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure UnregisterGesture(AGesture: TGestureID); static;

C++

static void __fastcall UnregisterGesture(Vcl::Controls::TGestureID AGesture);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr 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