TdxCustomTreeView.Subselect(TdxTreeViewNode,Boolean) Method
Adds the specified node to the Tree View’s selection.
Declaration
procedure Subselect(ANode: TdxTreeViewNode; AValidate: Boolean = False);
Parameters
| Name | Type | Description |
|---|---|---|
| ANode | TdxTreeViewNode | The target tree node. |
| AValidate | Boolean |
|
Remarks
If the Tree View’s OptionsSelection.MultiSelect property is set to False, a Subselect procedure call raises an exception.
See Also