TcxCustomTreeView.Select(TTreeNode,TShiftState) Method
In This Article
Changes the selection state of the target node.
#Declaration
Delphi
procedure Select(Node: TTreeNode; ShiftState: TShiftState = []); overload; virtual;
#Parameters
Name | Type | Description |
---|---|---|
Node | TTree |
The target node. |
Shift |
TShift |
Optional. Specifies the modifier key state. This parameter allows you to emulate user actions according to the current Multi |
See Also