RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.DropTarget Property

Determines whether the list item appears selected as a drag and drop target.

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

Use DropTarget to display the list item as the current drop target of the object the user is dragging. Setting DropTarget to true sets the DropTarget property of all other items in the list view to false. 

 

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