Method XbpColumn():scrollDown() Foundation

Scrolls rows in the data area upwards and refreshes the rows at the bottom.

Syntax
:scrollDown( <nRows>, [<lRepaint>] ) --> nScrolled
Parameters
<nRows>
This parameter indicates the number of rows in the data area to be scrolled.
<lRepaint>
<lRepaint> specifies whether or not the rows are immediately re-displayed when the method returns. The default value is .T. (true) and the rows are automatically re-displayed.
Return

The method returns as a numeric value the number of rows that are actually scrolled.

Description

The :scrollDown() method changes the display of the data area by shifting the specified number of rows upwards. The contents of the rows at the top of the data area is overwritten while the rows at the bottom are filled with new values.

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.