Board index » delphi » Passing collections into VB Com server

Passing collections into VB Com server

I'm accessing a COM server written in VB and for some functions
I need to pass in a Collection as a parameter.  How do I create
this type of collection in Delphi?

Any suggestions or help would be appreciated.

 

Re:Passing collections into VB Com server


On 26 Feb 2002 05:59:35 -0800, "Paul Rutherford" <prutherf...@exchequer.com>
wrote:

Quote

>I'm accessing a COM server written in VB and for some functions
>I need to pass in a Collection as a parameter.  How do I create
>this type of collection in Delphi?

>Any suggestions or help would be appreciated.

I think you need to create VB Collection in VB.
I don't know how Garbage Collection(no pun
intended) will work on VB if the main app is not
a VB app.  I'd try for some advice on the VB
newsgroups.
msnews.microsoft.com

--

"I don't want to belong to any club that would have me as a member."
    -- Groucho Marx

Re:Passing collections into VB Com server


<<Paul Rutherford:
I'm accessing a COM server written in VB and for some
functions I need to pass in a Collection as a parameter.  
How do I create this type of collection in Delphi?

Quote

Have a look at Tip 15 here (the whole site is recommended
reading anyway):
http://www.techvanguards.com/com/tutorials/tips.asp

--
Deborah Pate (TeamB) http://delphi-jedi.org

  TeamB don't see posts sent via Google or ISPs
  Use the real Borland server: newsgroups.borland.com
  http://www.borland.com/newsgroups/genl_faqs.html

Other Threads