Re: Using ActiveX Components

Posted by Bob p12604 on February 18, 2008

In Reply to Re: Using ActiveX Components posted by Bob p12604 on February 18, 2008

Ok, I figured out what I was doing incorrectly. The steps are pretty much what is shown in links that Guido listed. What I didn't do correctly was to instantiate the instance of the class

myAxCls := actXClass.Create(self);

Once I did that all worked.
Thanks and I apologize for all the notes.

Related articles

       

Follow Ups