RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.Selected Property

Determines whether the node is selected.

Pascal
property Selected: Boolean;
C++
__property Boolean Selected;

Set Selected to true to select the node. The appearance of a selected node depends on whether it has the focus and on whether the system colors are used for selection. When a node becomes selected, the tree view's OnChanging and OnChanged events are triggered. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!