RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.DropTarget Property

Specifies which item in the list is the target of a drag and drop operation.

Pascal
property DropTarget: TListItem;
C++
__property TListItem DropTarget;

Read DropTarget to determine whether an item in the list is the target of a drag and drop operation. Set DropTarget to change whether a particular item in the list can be the drop target of a dragged item.

Note: DropTarget only indicates the list item that appears to the user as a drop target. The application must still implement the drag-and-drop behavior for the item.
 

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