Vcl.Touch.GestureCtrls.TCustomGestureListView.UpdateGesture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateGesture(GestureID: TGestureID); virtual;

C++

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

Properties

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

Description

Updates a gesture in the list control.

UpdateGesture is used to update a gesture in the list control. The GestureID parameter specifies the ID of the gesture to be updated. UpdateGesture uses the value of the GestureID parameter to retrieve information from the associated gesture manager.

See Also