Vcl.Controls.TControl.DoEndDrag
Delphi
procedure DoEndDrag(Target: TObject; X, Y: Integer); dynamic;
C++
DYNAMIC void __fastcall DoEndDrag(System::TObject* Target, int X, int Y);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		protected | Vcl.Controls.pas Vcl.Controls.hpp  | 
        Vcl.Controls | TControl | 
Description
Is an OnEndDrag event dispatcher.
DoEndDrag calls any event handler attached to the OnEndDrag event. When creating a component that descends from TControl, override DoEndDrag to provide other responses in addition to the inherited event-handler call when the user drops an object or cancels a drag-and-drop operation.