TBaseVirtualTree.DropTargetNode Property

Virtual Tree View

Contains the current drop target node if the tree is currently the target of a drag'n drop operation.

Pascal
property DropTargetNode: PVirtualNode;
Description

The drop target node has no meaning except during drag'n drop and only if the tree it belongs to is itself the current drop target. But even then DropTargetNode might be nil, particularly when the mouse hovers over an area in the tree, which is not covered by a node.

Class
Links
What do you think about this topic? Send feedback!