Extended Event
Description
In BBj 7.0 and higher, this event allows GUI programs using a READ RECORD event loop to identify and use the extended BBj events
Mandatory/Optional |
Mandatory. |
Event Mask Bit |
None. Event is always visible. |
Event Template
context:u(2),code:c(1),id:u(2),flags:u(1),x:u(2),y:u(2)
Field |
Description |
context |
Context of the window on which the BBjColorChooser resides. |
code |
x |
id |
Control ID of the BBjColorChooser. |
flags |
0 |
x |
Callback Constant. The x value in the templated string will refer to the constant used by BBjControl::setCallback or the CALLBACK Verb. Rather than having a different notify template for each event type, the method BBjAPI::getLastEvent() provides a BBj Event Object with all the necessary information. See the example for intended usage. |
y |
0 |
Example
|