TcxCustomTreeView.Selections Property
Provides indexed access to selected nodes.
Declaration
property Selections[Index: Integer]: TTreeNode read;
Property Value
Type | Description |
---|---|
TTreeNode | A tree node. |
Remarks
Use the SelectionCount property to identify the number of nodes accessible through the Selections
property.
See Also