DesignIntf.TDragTarget.DragDrop

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: TDragTarget

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 ;

Description

Drag-and-drop event dispatcher.

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

See Also