API: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 abstract setter method for the GestureID property.

Vcl.Touch.GestureMgr.TGestureCollectionItem.SetGestureID inherits from Vcl.Controls.TCustomGestureCollectionItem.SetGestureID. All content below this line refers to Vcl.Controls.TCustomGestureCollectionItem.SetGestureID.

SetGestureID is the abstract setter method for the GestureID property.

Override the SetGestureID method in descending classes to implement the setter method for the GestureID property.

See Also