TBaseVirtualTree.Selected Property

Virtual Tree View

Property to modify or determine the selection state of a node.

Pascal
property Selected [Node: PVirtualNode]: Boolean;
Description

This array property is used to test whether a given node is selected or to switch its selection state. Note that the selection state has nothing to do with the focused state. Only one node can be focused while any number of nodes can be selected (read: can be marked with the selection flag to paint their caption differently). Selection is mainly used to mark nodes for clipboard and drag'n drop operations.

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