Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomTreeView.Subselect(TdxTreeViewNode,Boolean) Method

Adds the specified node to the Tree View’s selection.

#Declaration

Delphi
procedure Subselect(ANode: TdxTreeViewNode; AValidate: Boolean = False);

#Parameters

Name Type Description
ANode TdxTreeViewNode

A tree node.

AValidate Boolean

If True, the procedure can select only the nodes allowed by the Tree View control’s OptionsSelection.MultiSelectStyle property. If False, the property ignores the OptionsSelection.MultiSelectStyle property and selects a specified node.

#Remarks

If the Tree View’s OptionsSelection.MultiSelect property is set to False, a Subselect procedure call raises the EdxTreeViewException.

See Also