FMX.Objects3D.TMesh.OnDragDrop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDragDrop;

C++

__property OnDragDrop;

Properties

Type Visibility Source Unit Parent
event published
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TMesh

Description


Occurs when a dragged 3D control is dropped.

FMX.Objects3D.TMesh.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.

See Also