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