LCLICKED Grid Notify Event - BBj

BBj-Specific Information

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

In BBj 3.0 and higher, special values in the row and column fields indicate that the click occurred on a header.

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).

col

-1 when the click occurred on the row header

(row holds the index of the row header clicked)

row

-1 when the click occurred on a column header

(col holds the index of the column header clicked)


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

See Also

BBjGridMouseDownEvent

BBjGridMouseUpEvent