Event XbpBrowse():itemMarked Foundation

Left mouse button is pressed on a data row of the browser

Syntax
:itemMarked := {| aRowCol, uNIL2, self | ... }
:itemMarked ( <aRowCol> ) --> self
xbeBRW_ItemMarked (1048976)
Parameters
<aRowCol>
<aRowCol> is a two-element array { nRowPos, nColPos } which indicates the row and column position of the cell that is clicked with the left mouse button. The column position is specified as the ordinal on-screen position within the browse.
Return

The method returns a reference to the XbpBrowse object.

Description

The xbeBRW_ItemMarked event is created when a data row or a cell is highlighted in the browser.

The position of the column is specified as the on-screen position of the column within the browse. Use the method :getColumn() to get a reference to this column object, and for determining its ordinal position within the browser's column array.

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.