Member variable XbpBrowse():goBottomBlock Foundation

Code block which moves the record pointer to the end of a table.

Attribute: EXPORTED
Data type: Code block
Description

This instance variable contains a code block which moves the record pointer of the data source to the last record (the last data row of a table). An XbpBrowse object evaluates this code block in its method :goBottom(), passing a reference to itself as an argument. When an XbpBrowse object is to display data from a work area, the code block assigned to :goBottomBlock is normally {|| DbGoBottom() }.

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.