Board index » delphi » passing array to ActiveX automation ?

passing array to ActiveX automation ?

Hello,

I'm trying to write a program for Autocad with delphi by using the Autocad
ActiveX automation.

The problem with Delphi is that it not accept arrays as parameters for
automation methods.

Is there anyone that knows a trick to do this ???

 

Re:passing array to ActiveX automation ?


Hi Chris,

Take one more look... I pretty sure Delphi supports arrays (You have
to use the type OleVariant).

Regards

Quote
Chris Demuynck wrote in message

<7pbfqu$hl...@news.planetinternet.be>...
Quote
>Hello,

>I'm trying to write a program for Autocad with delphi by using the
Autocad
>ActiveX automation.

>The problem with Delphi is that it not accept arrays as parameters
for
>automation methods.

>Is there anyone that knows a trick to do this ???

Other Threads