Vcl.Touch.GestureCtrls.TCustomGestureListView.RemoveGesture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveGesture(GestureID: TGestureID); virtual;

C++

virtual void __fastcall RemoveGesture(Vcl::Controls::TGestureID GestureID);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureListView

Description

Removes a gesture from the list control.

Use RemoveGesture to remove a gesture from the list control. The GestureID parameter specifies the ID of the gesture to be removed from the list control.

Avoid calling RemoveGesture directly. The gesture list view control is designed to populate its items from the associated gesture manager control specified in the GestureManager property.

See Also