Skip to main content

TcxCustomTreeView.Subselect(TTreeNode,Boolean) Method

Selects a node.

Declaration

procedure Subselect(Node: TTreeNode; Validate: Boolean = False); virtual;

Parameters

Name Type Description
Node TTreeNode

The target node.

Validate Boolean

Optional. True if the Tree View control validates the resulting selection; otherwise, False.

See Also