API:FMX.Layers3D.TSolidLayer3D.OnDragOver
Delphi
property OnDragOver;
C++
__property OnDragOver;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | published | FMX.Layers3D.pas FMX.Layers3D.hpp | FMX.Layers3D | TSolidLayer3D | 
Description
Occurs when a dragged object is over the area of the current 3D control.
FMX.Layers3D.TSolidLayer3D.OnDragOver inherits from FMX.Controls3D.TControl3D.OnDragOver. All content below this line refers to FMX.Controls3D.TControl3D.OnDragOver.
Occurs when a dragged object is over the area of the current 3D control.
OnDragOver also occurs when DragOver is called.
Write an event handler for OnDragOver to specify what happens when a dragged object is over the area of the current 3D control.