Skip to main content
A newer version of this page is available. .

TdxCustomTreeView.Select(TList,Boolean) Method

Selects the specified nodes in the Tree View.

Declaration

procedure Select(ANodes: TList; ASyncFocused: Boolean = True); overload;

Parameters

Name Type Description
ANodes TList

A source list of tree nodes.

ASyncFocused Boolean

If True, the procedure selects nodes and moves focus to the last node in the source list. If False, the procedure only selects the nodes.

See Also