Search Results

7
votes

Invalid Variant Operation Exception Trying to Access OleVariant in Delphi - Works in C#

I think that Delphi's ActiveX import wizard doesn't know how to handle the structVTIQSnap type (which seems to be a record) properly and just uses the default OleVariant. Is there a type declaratio …
3
votes

How to access the member of a class(created in c#) in dephi

Undeclared identifier means the DateRange interface doesn't have a property called fromdate. Have a look at DateRange declaration in the generated MCenterComService_TLB.pas unit. There you will pro …