Method XbpBrowse():getData() Foundation

Retrieves data from the current cell or row of the browser.

Syntax
:getData() --> aData
Return

:getData() returns an array which contains data corresponding to the browse cursor. If the cursor is configured as a cell cursor (XBPBRW_CURSOR_CELL), the array has only one element. If it is a row cursor (XBPBRW_CURSOR_ROW), the array has as many elements as the browser has columns, and each element contains data of one column.

Description

The browse cursor represents the current value of an XbpBrowse object. Depending on the cursor configuration, this can be a single cell or an entire row of a table. The array returned from :getData()corresponds to cursor configuration. It has either one element with the value displayed in the current cell of the current column, or it contains values of all columns displayed in the current row.

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.