Event XbpBrowse():headerRbDown Foundation

Right button is pressed in the heading of a column

Syntax
:headerRbDown := {| aMousePos, nColPos, self | ... }
:headerRbDown ( <aMousePos>, <nColPos> ) --> self
xbeBRW_HeaderRbDown (1048979)
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.
<nColPos>
<nColPos> is a numeric value. It is the ordinal position of the column whose heading is clicked.
Return

The method returns a reference to the XbpBrowse object.

Description

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