Vcl.Touch.GestureCtrls.TCustomGestureListView.ClearGestureList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearGestureList;

C++

void __fastcall ClearGestureList();

Properties

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

Description

Clears all gestures registered with the gesture list control.

Use ClearGestureList to clear the internal list of gestures.

Avoid calling ClearGestureList 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