DesignIntf.TDragTarget.DragDrop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DragDrop(Target, Source: TObject; X, Y: Integer); virtual; abstract;

C++

virtual void __fastcall DragDrop(System::TObject* Target, System::TObject* Source, int X, int Y) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf TDragTarget

Description

Drag-and-drop event dispatcher.

The Source parameter represents the object that is dropped. The drop coordinates are X and Y.

See Also