Method XbpBrowse():panPageDown() Foundation

Scrolls one page down.

Syntax
:panPageDown() --> self
Return

:panPageDown() returns a reference to the XbpBrowse object.

Description

The method :panPageDown() scrolls the visible area downwards by the number of data records visible in the browse window, and invalidates the browse display. If the last data record is already visible in the browse window, the browse window remains unchanged.

The position of the browse cursor is not changed by :panPageDown(). Therefore, the code block assigned to the :hitBottomBlock instance variable is not evaluated when scrolling reaches the bottom of the display.

The changes applied by the :panPageDown() method will not be visible until the browse is stabilized. Use :forceStable() to make the changes become visible immediately.

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.