Y
ynduanlian
Unregistered / Unconfirmed
GUEST, unregistred user!
文档上有这么一段:
“在BandUnit中,需要建立一个实现上面提到的接口的TComObject对象。如下:
TGetMailBand = class(TComObject, IDeskBand, IObjectWithSite, IPersistStreamInit)”
我是这么做的:
我选New... Other然后是ActiveX页上的COM Object,结果根据弹出窗口建立的对象是这样的:
TGetMailBand = class(TTypedComObject, ITGetMailBand),请问上面的这个对象怎么建立?
“在BandUnit中,需要建立一个实现上面提到的接口的TComObject对象。如下:
TGetMailBand = class(TComObject, IDeskBand, IObjectWithSite, IPersistStreamInit)”
我是这么做的:
我选New... Other然后是ActiveX页上的COM Object,结果根据弹出窗口建立的对象是这样的:
TGetMailBand = class(TTypedComObject, ITGetMailBand),请问上面的这个对象怎么建立?