Group ActiveX / Automation / COM
ActiveXObject()
Class
Class function of the ActiveXObject class
AutomationObject()
Class
Class function of the AutomationObject class
ComEvalCollection()
Evaluate a collection of COM/ActiveX objects
ComEvalCollection( <oComCollection>, <bCodeblock> ) --> nElem
ComLastError()
Returns error code after calling GetObject() or CreateObject()
ComLastError() --> nError
ComLastMessage()
Returns error message after calling GetObject() or CreateObject()
ComLastMessage() --> cMsg
CreateObject()
Creates and returns a reference to a COM/ActiveX component.
CreateObject( <cProgID>, [<cServer>] ) --> oAutomationObject | NIL
GetObject()
Returns a reference to an existing COM/ActiveX component.
GetObject( [<cFile>], [<cProgID>], [<lCreate>] ) --> oAutomationObject | NIL
XbpActiveXControl()
Class
Class function of the XbpActiveXControl class