FMX.Types.TGestureEvent
C++
typedef void __fastcall (__closure *TGestureEvent)(System::TObject* Sender, const TGestureEventInfo &EventInfo, bool &Handled);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | FMX.Types.hpp | FMX.Types | FMX.Types |
Description
TGestureEvent is the function type used for gesture-related events, such as OnGesture.
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. |