


ACUCOBOL-GT includes six library routines related to ActiveX. They are:
| Routine Name
| Description
|
| C$GETEVENTDATA
| retrieves all event parameters from the control's event procedure
|
| C$GETEVENTPARAM
| retrieves specific event parameters from the control's event procedure
|
| C$EXCEPINFO
| retrieves information about an object exception that has been raised
|
| C$RESOURCE
| loads a control "state" resource file and either retrieves or destroys the
resource handle associated with it.
|
| C$SETEVENTDATA
| sets all event parameters to be sent back to the control when the control's
event procedure exits
|
| C$SETEVENTPARAM
| sets specific event parameters to be sent back to the control when the control's event procedure exits |