Vcl.Controls.TGestureID

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TGestureID = rgiFirst..igiLast;

C++

typedef short TGestureID;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls


Beschreibung

Mit dem Typ TGestureID wird eine Geste identifiziert.

Mit TGestureID werden IDs von Gesten definiert. TGestureID ist ein numerischer Typ.

Hinweis: WM_GESTURE-Bezeichner von Windows 7 werden im Intervall [igiBegin; igiPressAndTap] zugeordnet (siehe die Konstanten igi... in der Unit Vcl.Controls).

Siehe auch