FMX.Objects3D.TDisk.OnDragOver
Delphi
property OnDragOver: TDragOverEvent3D read FOnDragOver write FOnDragOver;
C++
__property OnDragOver;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.Objects3D.pas FMX.Objects3D.hpp |
FMX.Objects3D | TDisk |
Description
Occurs when a dragged object is over the area of the current 3D control.
FMX.Objects3D.TDisk.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.