Board index » delphi » How to pass an array of Single to a VB OLE object
Jeffrey O. Katz
![]() Delphi Developer |
Sat, 16 Mar 2002 03:00:00 GMT
How to pass an array of Single to a VB OLE object I have an OLE object that was written in VB. How can I pass an array of Single Non-array methods and properties all work fine from Delphi 3.0 And, I can pass a dynamic array in VB (Excel version) using code like this: Dim A() As Single This code causes A to be returned with data and the HBound and I need to do this in Delphi. The method of the VB object should be able My guess is that one needs to pass some special VB-specific Jeff. |