Method XbpActiveXControl():create() Foundation
Requests system resources for the XbpActiveXControl object.
:create( [<oParent>], [<oOwner>], ;
[<aPos>], [<aSize>], ;
[<aPP>], [<lVisible>] ) --> self
This method returns the object executing the method (self).
The method :create() allocates system resources for the internal ActiveX control container. Furthermore, :create() uses AutomationObject:create() to create the ActiveX control identified by the value assigned to the :CLSID instance variable. If the ActiveX control is hosted by a remote COM server, the server name must be assigned to the instance variable :server before the method :create() is called. If a license was supplied by the control vendor for creating instances of the ActiveX control, the license string must be assigned to instance variable :license.
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.