EDITKEY Grid Notify Event

Description

A special key was pressed while the grid was in edit mode.

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

context

Context in which the event occurred.

code

6

id

ID of the resource that caused the event.

objtype

Type of resource that caused the event.

msg

Event code number.

wparam

A special key was pressed. The following indicates the special keys and the corresponding returned values:

Enter = 1
Tab = 2
Shift + Tab = 3
Up Arrow = 4
Down Arrow = 5
Page Up = 6
Page Down = 7
Esc 8
F11 = 9
F12 = 10
F1 = 11
F2 = 12
F3 = 13
F4 = 14
F5 = 15
F6 = 16
F7 = 17
F8 = 18
F9 = 19

col

Number of the current column.

row

Number of the current row.

See Also

NOTICE() Function - Get SYSGUI Notice String

NOTICETPL() Function - Get Notice String Template

BBjGridSpecialKeyEvent