Method ActiveXObject():fireEvent() Foundation
Fires a COM/ActiveX event.
:fireEvent( <cName> | <nDISPID>, [<param1>, ... ] ) --> xReturn
This method returns a value defined by the event handler that processed the event fired. If firing the event failed for any reason, :fireEvent()returns NIL.
The method :fireEvent() can be used by an Xbase++ application to fire a COM/ActiveX event. When a COM/ActiveX event is fired, the ActiveXObject's default event handler :comDefaultHandler() is called to handle the event.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.