L
liudinglong
Unregistered / Unconfirmed
GUEST, unregistred user!
我只能调用a.Test,即(Test函数是Dcom接口中的第一层的)
我写个程序用的Com/Dcom建立的远程数据模块
在客户端可以建立
a:=CreateOleObject('Project1.liudinglong');
a.Test 可以获得服务器自动创建Com组件接口中方法
我的问题是能别人怎么还能 a.Test.Test2 这样写个方法呢
而且还能 a.Test.showlist(str);显示出一个窗体来
我在 Type Library编辑器中 怎么不能做到 a.Test.Test2 呢
|
这个是类吗??
郁闷啊
automation 的Dcom
不能自己写类吗
谢谢了!!!
我写个程序用的Com/Dcom建立的远程数据模块
在客户端可以建立
a:=CreateOleObject('Project1.liudinglong');
a.Test 可以获得服务器自动创建Com组件接口中方法
我的问题是能别人怎么还能 a.Test.Test2 这样写个方法呢
而且还能 a.Test.showlist(str);显示出一个窗体来
我在 Type Library编辑器中 怎么不能做到 a.Test.Test2 呢
|
这个是类吗??
郁闷啊
automation 的Dcom
不能自己写类吗
谢谢了!!!