Method TBrowse():up() Foundation

Moves the browse cursor one row up.

Syntax
:up() --> self
Return

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

Description

:up() moves the browse cursor to the previous data row in the browse window. If the cursor is alrady in the first data row, the data area of the browse window is scrolled one line down and a new value for the first data row is read from the data source. If the record pointer is already at the beginning of the data source, the browse window remains unchanged and the TBrowse object assigns .T. (true) to the instance variable :hitTop.

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.