Method TBrowse():pageDown() Foundation

Scrolls one page down.

Syntax
:pageDown() --> self
Return

:pageDown() returns a reference to the TBrowse object.

Description

The method :pageDown() moves the record pointer forward the number of data records which are visible in the browse window, and invalidates the browse display. If the last data record is already visible in the browse window, the browse cursor is merely positioned to the last data row. When the browse cursor is already on the last data row and the record pointer also stands on the last record, the browse window is unchanged and the TBrowse object assigns .T. (true) to its instance variable :hitBottom.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.