FMX.Layers3D.TLayout3D.OnDragDrop
Delphi
property OnDragDrop: TDragDropEvent3D read FOnDragDrop write FOnDragDrop;
C++
__property OnDragDrop;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.Layers3D.pas FMX.Layers3D.hpp |
FMX.Layers3D | TLayout3D |
Description
Occurs when a dragged 3D control is dropped.
FMX.Layers3D.TLayout3D.OnDragDrop inherits from FMX.Controls3D.TControl3D.OnDragDrop. All content below this line refers to FMX.Controls3D.TControl3D.OnDragDrop.
Occurs when a dragged 3D control is dropped.
OnDragDrop also occurs when DragDrop is called.
Write an event handler for OnDragDrop to specify what happens when a dragged 3D control is dropped.