TcxCustomTreeList.Select(TList) Method
In This Article
Selects specified nodes.
#Declaration
Delphi
procedure Select(ANodesList: TList); overload; virtual;
#Parameters
Name | Type | Description |
---|---|---|
ANodes |
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 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