搜索资源列表
delphidllclass
- .调用普通COM组件 Project->Import type library...->选中要调用COM组件->Create Unit ,记住类的名称 var test : Txx test := Txx.Create(nil) test.Show test := nil 2.调用带有连接点的COM组件 Project->Import
var
- An example of using the same variable declarations in different scopes in C++ without conflicts