[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the tree node at the specified position in the list of selected nodes.
Source position: comctrls.pp line 3230
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.
lazarus-ccr.sourceforge.net |