RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTreeView.Selections Property

Returns nodes selected.

Pascal
property Selections [Index: Integer]: TTreeNode;
C++
__property TTreeNode Selections[int Index];

Selections returns one of selected nodes. The maximum value of Index is SelectionCount-1. If more than one node is selected, Selections[0] is the primary selected node. This node is the starting point for extended selections if MultiSelectStyle includes msShiftSelect. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!