TBaseVirtualTree.FocusedNode Property

Virtual Tree View

Read or set the currently focused node.

Pascal
property FocusedNode: PVirtualNode;
Description

One node (and only one) in the tree view can have the current input focus, marked as dotted rectangle around the node's caption. Having the input focus means this node can be edited by pressing F2 or clicking on it and user keyboard input is interpreted with respect to the focused node (e.g. tree navigation, expansion/collapsing etc.). If extended focus is enabled then also the FocusedColumn property is taken into account. Read there for more info about column focus. 

 

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