Vcl.ActnCtrls.TCustomActionCombo.DragDrop
Delphi
procedure DragDrop(Source: TObject; X: Integer; Y: Integer); override;
C++
DYNAMIC void __fastcall DragDrop(System::TObject* Source, int X, int Y);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.ActnCtrls.pas Vcl.ActnCtrls.hpp |
Vcl.ActnCtrls | TCustomActionCombo |
Description
Is an OnDragDrop event dispatcher.
DragDrop adds additional code that is executed before the OnDragDrop event handler is called.
The Source
parameter is the object that was dropped onto the control. The X
and Y
parameters are the mouse coordinates where the object was dropped.