Event XbpBrowse():itemRbDown Foundation

Right button is pressed on a data row of a column

Syntax
:itemRbDown := {| aMousePos, aRowCol, self | ... }
:itemRbDown ( <aMousePos>, <nRowCol> ) --> self
xbeBRW_ItemRbDown (1048978)
Parameters
<aMousePos>
<aMousePos> is a two-element array { nX, nY } which indicates the current position of the mouse pointer. Coordinates are relative to the lower left corner of the XbpBrowse object.
<aRowCol>
<aRowCol> is a two-element array { nRowPos, nColPos } which indicates the row and column position of the cell that is clicked with the right mouse button.
Return

The method returns a reference to the XbpBrowse object.

Description

The xbeBRW_ItemRbDown event is created when the right mouse button is pressed on a data row of a table column. This makes it possible to display a different context menu for data rows than for heading or footing rows of a 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.