Closed maul-esel closed 12 years ago
Adding a wrapper for IDispatch enables the user to simply create an instance with instance := new Dispatch(ComObjUnwrap(myobj)). Then he can easily call its methods, e.g. IDispatch::GetTypeInfo().
instance := new Dispatch(ComObjUnwrap(myobj))
IDispatch::GetTypeInfo()
Adding a wrapper for IDispatch enables the user to simply create an instance with
instance := new Dispatch(ComObjUnwrap(myobj))
. Then he can easily call its methods, e.g.IDispatch::GetTypeInfo()
.