搜索资源列表
delphidllclass
- .调用普通COM组件 Project->Import type library...->选中要调用COM组件->Create Unit ,记住类的名称 var test : Txx test := Txx.Create(nil) test.Show test := nil 2.调用带有连接点的COM组件 Project->Import
juhe
- com组件中,聚合的实现。没有sln文件,包含所运行需要的其他文件-aggregate formation of com