Makes the specified node(s) become selected in the control.
Source position: comctrls.pp line 3681
public procedure TCustomTreeView.Select( |
Node: TTreeNode; |
ShiftState: TShiftState = [] |
); |
const Nodes: array of TTreeNode |
); virtual; |
Nodes: TList |
); virtual; |
Node |
|
Tree node assigned to Selected in the method. |
ShiftState |
|
Shift state for the selection; Shift assumes multi-selection is enabled. |
Nodes |
|
Array or TList with TTreeNode instances to add to the Selections in the control; assumes multi-select is enabled. |
Nodes |
|
Array or TList with TTreeNode instances to add to the Selections in the control; assumes multi-select is enabled. |
Select is an overloaded method used to make a node, array of nodes, or list of nodes become selected in the tree view control.