TBaseVirtualTree.UnselectNodes Method

Virtual Tree View

Deselects a range of nodes.

Pascal
procedure UnselectNodes(StartNode: PVirtualNode; EndNode: PVirtualNode); virtual;
Description

UnselectNodes deselects a given range of nodes. EndNode must be visible while StartNode is not required to be so as in the case where the last focused node is the start node but it is a child of a node which has been collapsed previously. In this case the first visible parent node is used as start node. StartNode can be nil in which case the very first node in the tree is used.

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