TBrowse() > Instance variables |
Code block that navigates the data source to the last row.
Data type: | B | Default: | NIL |
The instance variable :goBottomBlock must be assigned a code block which navigates the row pointer of the data source to the last row. This code block is evaluated in method :goBottom(). When the data source is a database file, a typical code block for :goBottomBlock is {|| DbGoBottom() }.
http://www.xHarbour.com