Controls.TGestureEvent
From RAD Studio VCL Reference
C++ Information
From Controls.hpp
typedef TGestureEvent TGestureEvent;
Unit: Controls
Type: typedef
Description
TGestureEvent is the function type used for gesture-related events.
TGestureEvent has the following parameters:
| Parameter | Meaning |
|---|---|
|
Sender |
The control that generated the event. |
|
EventInfo |
A pointer to a TGestureEventInfo record holding the event information. |
|
Handled |
Specifies whether the target control handled the event. |