Skip to main content

TcxCustomTreeList.Select(TcxTreeListNode[]) Method

Selects the specified nodes.

Declaration

procedure Select(const ANodes: array of TcxTreeListNode); overload; virtual;

Parameters

Name Type Description
ANodes TcxTreeListNode

The array of selected nodes.

Remarks

Note

A Select procedure call has no effect if one of the following conditions is met:

See Also