Class AutomationObject() Foundation
Class function of the AutomationObject class
Objects of the class AutomationObject serve as proxies to COM/ActiveX components. The properties and methods of the COM/ActiveX component can be accessed via instance variables and methods of the AutomationObject.
For an overview on how an AutomationObject can be used please also be referred to ActiveX Overview .
AutomationObjects can be created and connected to COM/ActiveX components by the functions GetObject() and CreateObject()and by calling the class method AutomationObject():create().
Once the AutomationObject is created and the connection to the COM/ActiveX object is established, calling methods and accessing properties of the COM/ActiveX component is as easy as with ordinary Xbase++ objects. The AutomationObject takes care of forwarding method and property calls to the COM/ActiveX object.
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.