TcxCustomTreeList.GotoNext Method
Moves focus one node down.
Declaration
procedure GotoNext;
Remarks
The method does nothing if no node is focused, or if the currently focused node is the last node in the control.
To move focus one node up, use the GotoPrev method.
See Also