Method TBrowse():down() Foundation

Moves the browse cursor down one line.

Syntax
:down() --> self
Return

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

Description

:down() moves the browse cursor to the next data row in the browse window. If the cursor is alrady in the last data row (the row equivalent to the position held in :rowCount) the data area of the browse window is scrolled one line up and a new value for the last data row is read from the data source. If the record pointer is already at the end of the data source, the browse window remains unchanged and the TBrowse object assigns .T. (true) to the 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.