Skip to main content

TcxCustomTreeList.GotoEOF Method

Moves focus to the last node in the control.

Declaration

procedure GotoEOF;

Remarks

The method scrolls the View, if the node is beyond the View’s boundaries.

To move focus to the first node, use the GotoBOF method.

See Also