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:
- The OptionsSelection.MultiSelect property is set to False.
- The Allow parameter is set to False in an OnCanFocusNode or OnCanSelectNode event handler.
See Also