Vcl.Touch.GestureMgr.TGestureCollectionItem.SetGestureID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetGestureID(const Value: TGestureID); override;

C++

virtual void __fastcall SetGestureID(const Vcl::Controls::TGestureID Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureCollectionItem

Description

SetGestureID is the setter method for the GestureID property.

Use the SetGestureID method to set the value of the GestureID property.

See Also