RCLICKED Grid Notify Event - BBj

BBj-Specific Information

For this topic's original documentation, see RCLICKED Grid Notify Event.

In BBj 3.0 and higher, if the mouse event occurred on a header then the following values will be
set:

Significant Field

Description

wparam

Extended key status flag, which identifies the status of the modifier keys keys:

  • Bit $01$ set = Ctrl pressed.

  • Bit $02$ set = Shift pressed.

  • Bit $04$ set = Alt pressed (BBj 20 and higher).

  • Bit $08$ set = macOS Cmd pressed (BBj 20 and higher).

column header

row = -1

column = number of the column containing the clicked cell

row header

col = -1

row = number of the row containing the clicked cell


If no ID was assigned to the header, then the id field will be the ID of the main grid control. 

See Also

BBjGridRightMouseDownEvent

BBjGridRightMouseUpEvent