API:Vcl.Touch.GestureMgr.TGestureManager.RemoveRecordedGesture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveRecordedGesture(AGestureID: TGestureID); override;
procedure RemoveRecordedGesture(AGesture: TCustomGestureCollectionItem); override;

C++

virtual void __fastcall RemoveRecordedGesture(Vcl::Controls::TGestureID AGestureID)/* overload */;
virtual void __fastcall RemoveRecordedGesture(Vcl::Controls::TCustomGestureCollectionItem* AGesture)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureManager

Description

Removes a recorded gesture from the gesture manager.

Vcl.Touch.GestureMgr.TGestureManager.RemoveRecordedGesture inherits from Vcl.Controls.TCustomGestureManager.RemoveRecordedGesture. All content below this line refers to Vcl.Controls.TCustomGestureManager.RemoveRecordedGesture.

Removes a recorded gesture from the gesture manager.

Override RemoveRecordedGesture in descending classes to implement support for removing recorded gestures from the gesture manager component.

RemoveRecordedGesture expects a TGestureID parameter specifying the ID of the recorded gesture to remove.

See Also