FMX.Types.TDragOverEvent
From RAD Studio API Documentation
C++
typedef void __fastcall (__closure *TDragOverEvent)(System::TObject* Sender, const TDragObject &Data, const System::Types::TPointF &Point, bool &Accept);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | FMX.Types.hpp | FMX.Types | FMX.Types |
Description
Procedural type that is used for all OnDragOver event types.
A TDragOverEvent event handler must be called with the following parameters:
-
Sender--a pointer to the object that called this function. -
Data--the dragged object. -
Point--the current point of the mouse pointer within the client area of the control.