Skip to main content

TcxCustomTreeList.GotoNextPage Method

Scrolls focus one page down.

Declaration

procedure GotoNextPage;

Remarks

The page, in this context, is the number of entirely visible nodes in the View.

To scroll focus one page up, use the GotoPrevPage method.

If you wish to move focus to the first or to the last node in the control, use the GotoBOF or the GotoEOF method.

See Also