Vcl.Controls.TCustomGestureCollectionItem.GestureID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GestureID: TGestureID read GetGestureID write SetGestureID;

C++

__property TGestureID GestureID = {read=GetGestureID, write=SetGestureID, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomGestureCollectionItem

Description

A unique numeric identifier for each standard and custom gesture.

Use the GestureID property to uniquely identify a standard or custom gesture. GestureID is of type TGestureID.

See Also