Gets the tree node at the specified position in the list of selected nodes.
Source position: comctrls.pp line 3275
public function TTreeNodes.GetSelections( |
const AIndex: Integer |
):TTreeNode; |
AIndex |
|
Ordinal position in the selection list for the node. |
Tree node at the specified position in the selection list.
Raises an ETreeNodeError exception if AIndex is not a valid ordinal position in the internal selection list. AIndex must be in the range 0..SelectionCount-1.
|
Clears any existing multi-selections and selects the specified node. |
|
|
Number of tree nodes included in the internal selection list. |
|
|
Adds or removes the specified tree node to / from the internal selections list when its Selected property is changed. |
| Version 4.4 | Generated 2025-11-08 | Home |