Vcl.Controls.TCustomGestureCollectionItem.SetGestureID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetGestureID(const Value: TGestureID); virtual; abstract;

C++

virtual void __fastcall SetGestureID(const TGestureID Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomGestureCollectionItem

Description

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