OnAXEvent picture event
Related pages:
ENTRY OnAXEvent(IN INT _refId) ; script actions END OnAXEvent
ENTRY XXX_OnAXEvent ; script actions END XXX_OnAXEvent
_refId |
Parameter of INT type (required for global handler). |
XXX | Name of reference variable connected to the ActiveX object (without the character "_"). |
ENTRY AX_CAL_OnAXEvent(IN TEXT _eventName)
%HI_AddItem(_List, _eventName + %IToStr(%HI_AXGetParamsNr()),1)
END AX_CAL_OnAXEvent
Names and the number of parameters of events occurred in the ActiveX object _AX_CAL are to be written into the listbox.
Related pages:
Pridať komentár