Method XbpQuickBrowse():refreshRows() Foundation

Refreshes particular data rows in the browse window.

Syntax
:refreshRows( [<nFirstRow>], [<nLastRow>] ) --> self
Parameters
<nFirstRow>
This numeric parameter indicates the first data row in the browser to be refreshed. It defaults to self:rowPos (the current row).
<nLastRow>
This numeric parameter indicates the last data row in the browser to be refreshed. It defaults to self:rowPos (the current row).
Return

This method returns the object executing the method (self).

Description

:refreshRows() invalidates the data contained in the specified data rows, causing the XbpQuickBrowse to reread the data from the data source for these rows during the next stabilization and display them in the browse window.

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.