RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.DoEndDrag Method

Drag end event dispatcher.

Pascal
procedure DoEndDrag(Target: TObject; X: Integer; Y: Integer); override;
C++
virtual __fastcall DoEndDrag(TObject * Target, int X, int Y);

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!