RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragObject.DragTarget Property

Specifies the dragged object's target.

Pascal
property DragTarget: Pointer;
C++
__property void * DragTarget;

Use DragTarget to get the control (if any) that is the current drop target of the drag operation. If there is no control that will accept the dragged object if it is released, DragTarget is nil (Delphi) or NULL (C++). 

 

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