Member variable XbpBrowse():rowPos Foundation

Contains the current row position of the browse cursor.

Attribute: EXPORTED
Data type: Numeric
Description

The instance variable :rowPos contains a numeric value indicating the current row position of the browse cursor within the data area. The value in this instance variable is only valid when the browse display is stable.

The row position specified in :rowPos is relative to the set of rows which are currently visible in the data area of the browse (it is in the range from 1 to :rowCount). If the data area is scrolled so that the browse cursor is outside of the visible area, :rowPos contains the value 0. The value in this instance variable depends on the navigation mode which is set the for browse object. See the documentation on:navigationMode for further information.

The position of the browse cursor can be changed by assigning a numeric value to :rowPos. Since this affects only the position of the browse cursor on the screen, the data source is not synchronized. This must be explicitly done "outside" of the browser.

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.