Skip to main content

TcxCustomTreeList.GotoPrevPage Method

Scrolls focus one page up.

Declaration

procedure GotoPrevPage;

Remarks

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

To move focus to the next page, use the GotoNextPage 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