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.Select(TdxTreeViewNode,TShiftState,Boolean) Method

In This Article

Selects a specified node in the Tree View.

#Declaration

Delphi
procedure Select(ANode: TdxTreeViewNode; AShift: TShiftState = []; ASyncFocused: Boolean = True); overload;

#Parameters

Name Type Description
ANode TdxTreeViewNode

A specific tree node.

AShift TShiftState

The state of the modifier keys, mouse buttons, and touch devices.

ASyncFocused Boolean

If True, the procedure selects the specified node and moves focus to it. If False, the procedure only selects the node.

See Also