The IDLcomIDispatch::Init function method is used to initialize a given COM object and establish a link between the resulting IDL object and the IDispatch interface of the underlying COM object.
Obj = OBJ_NEW('IDLcomIDispatch$ID_type$ID')
or
Result = Obj->[IDLcomIDispatch$ID_type$ID::]Init( ) (Only in a subclass' Init method)
where ID_type is one of the following:
and ID is the COM object's actual class or program identifier string. If the COM object's class identifier string is used to create the IDLcomIDispatch object, the braces ( { } ) must be removed and the hyphens replaced by underscores. For details on constructing the class name, see Chapter 4 in the External Development Guide for details.
| Note |
None.
None.
Introduced: 5.5