TcxCustomTreeList.GotoBOF Method
Moves focus to the first node in the control.
Declaration
procedure GotoBOF;
Remarks
The method scrolls the View, if the node is beyond the View’s boundaries.
To move focus to the last node, use the GotoEOF method.
See Also