DarkRavenM
Programmer
Hi all, im having this problem, i have a component in Visual Basic from a dll, i installed it in Delphi, the problem is that this component in Visual Basic returns a Data Type of Collection, and Delphi doesnt recognise this type so i assigned it to a variant type, when i check the data type of the variant it says that is a varDispatch, can someone help me get the information from the Dispatch cuz i've never used it, im basically trying to convert the dispatch to a stringlist or an array something that i can work with, i cant put the dll file here cuz it has a license.