TcxCustomTreeList.Select(TcxTreeListNode[]) Method
In This Article
Selects the specified nodes.
#Declaration
Delphi
procedure Select(const ANodes: array of TcxTreeListNode); overload; virtual;
#Parameters
Name | Type | Description |
---|---|---|
ANodes | Tcx |
The array of selected nodes. |
#Remarks
Note
A Select procedure call has no effect if one of the following conditions is met:
- The Options
Selection. property is set to False.Multi Select - The Allow parameter is set to False in an On
Can or OnFocus Node Can event handler.Select Node
See Also