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