Skip to main content

TcxCustomTreeList.Select(TList) Method

Selects specified nodes.

Declaration

procedure Select(ANodesList: TList); overload; virtual;

Parameters

Name Type Description
ANodesList TList

The list of pointers to selected nodes.

Remarks

Note

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

See Also