Member variable XbpBrowse():hitBottomBlock Foundation

Code block, evaluated when the record pointer hits the end of a table.

Attribute: EXPORTED
Data type: Code block | NIL
Description

A code block can optionally be assigned to the instance variable :hitBottomBlock. It is evaluated when an attempt is made to move the record pointer beyond the end of a table. The code block receives self as first parameter.

The code block assigned to :hitBottomBlock is evaluated while the XbpBrowse object is not stable. The :stableBlock code block is evaluated when the object is stable.

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.