Using the Generated ActiveX Control Classes
Using ActiveX controls from within Jade is identical to the use of the
The creation of an ActiveX control creates only the Jade object. The ActiveX object itself is not created until the control is attached to the form. Jade creates a maximum of two transient instances of the interface classes (subclasses of the
If the ActiveX object returns a reference to another interface in response to a method call or a get action on a property, Jade creates an instance of the corresponding Jade interface class and returns a reference to that instance. (A mapping is maintained between Jade interface instances and the interface pointers of ActiveX controls.)
As