RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.DoStartDrag Method

Start drag event dispatcher..

Pascal
procedure DoStartDrag(var DragObject: TDragObject); override;
C++
virtual __fastcall DoStartDrag(TDragObject DragObject);

DoStartDrag is called automatically when the user starts dragging a list item with the mouse. After generating an OnStartDrag event, DoStartDrag generates a drag image and begins calculating drop target positions. 

 

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