Vcl.ComCtrls.TCustomListView.DoEndDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoEndDrag(Target: TObject; X, Y: Integer); override;

C++

DYNAMIC void __fastcall DoEndDrag(System::TObject* Target, int X, int Y);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Drag end event dispatcher.

After generating an OnEndDrag event, DoEndDrag clears the internal variables used to track which item is the drop target.

See Also