LEFTCOLCHANGE Grid Notify Event

Description

For BBj-specific information, see LEFTCOLCHANGE Grid Notify Event - BBj.

The left column of the grid has been changed. (The current row/cell does not have to change for this message to be sent.)

Event Template

context:u(2),code:i(1),id:u(2),objtype:i(2),msg:i(4),wparam:i(4),lparam:i(4),col:i(4),row:i(4),textcolor:c(3),backcolor:c(3),alignment:u(1),style:i(4),imgidx:i(4),x:i(2),y:I(2),w:u(2),h:u(2), ptx:i(2),pty:i(2),buf:c(1*)

Significant Field

Description

code

16

col

Number of the new left column (zero-based).

context

Context in which the event occurred.

id

ID of the resource that caused the event.

msg

Event code number.

objtype

Type of resource that caused the event.

row

In BBj 5.0 and higher, number of the top row (zero-based)

wparam

Extended key status flag, which identifies the status of the Shift and Ctrl keys:

  • Bit $01$ set = Ctrl pressed.

  • Bit $02$ set = Shift pressed.

See Also

NOTICE() Function - Get SYSGUI Notice String

NOTICETPL() Function - Get Notice String Template

BBjGridLeftColumnChangeEvent