FMX.Controls3D.TControl3D.DragDrop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DragDrop(const Data: TDragObject; const Point: TPointF); virtual;

C++

virtual void __fastcall DragDrop(const Fmx::Types::TDragObject &Data, const System::Types::TPointF &Point);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

OnDragDrop event dispatcher.

DragDrop is automatically called when the dragged object is dropped over the surface of the control.

DragDrop repaints the control and sets the IsDragOver property to False.

Data specifies the dragged object.

Point specifies the current point of the mouse pointer within the client area of the control.

See Also