1
1__2
Unregistered / Unconfirmed
GUEST, unregistred user!
在 VB 中,函数 GetObject 可以启动队列对象。比如:
CoSample:=GetObject("Queue:/new:VBSampleProj.VBSample");
在Delphi 中,与之等价的函数是哪个?
CoSample:=GetObject("Queue:/new:VBSampleProj.VBSample");
在Delphi 中,与之等价的函数是哪个?