Yes, several times, on the diagonal system, I will read it fully, maybe I missed something.
Edit:
1. In the sentence import the ActiveX type library, drop the TActiveXContainer on a form, instantiate the ActiveX object and assign it to the ComServer property. i cannot understand
instantiate the ActiveX object and assign it to the ComServer property.
2. I absolutely cannot understand create a new component from the type library or the object and drop that new component on the form. This also uses early binding and has full event support. Event handlers can be assigned from the IDE.
In the examples DLLs are used, for IE it says that a TLB is needed, also.
I have a TLB, but I do not have a DLL.
As I already wrote, Lazarus->Tools->Import type library does not add functions and procedures, but only types and constants. I tried axvlc.dll and the functions and procedures were generated.
Probably it does not understand my TLB file completely?
The TLB file cannot be added in the ActiveX contaner, since it does not have an OleClassName.