Board index » delphi » implement IDispatch without type library

implement IDispatch without type library


2004-12-10 03:27:01 AM
delphi178
is there any IDispatch implementation using Delphi compiler's RTTI
facilities instead of needing a type library?
-----
George Birbilis (XXXX@XXXXX.COM)
www.kagi.com/birbilis
--------------
 
 

Re:implement IDispatch without type library

George Birbilis writes:
Quote
is there any IDispatch implementation using Delphi compiler's RTTI
facilities instead of needing a type library?

-----
George Birbilis (XXXX@XXXXX.COM)
www.kagi.com/birbilis
--------------


There are several routines available that wrap up any delphi component
and return an idispatch for it.
- Commercial: in the Dreamcontrols library from dreamcompany.
- Freeware:several, but Delphin.zip contains such a function ( and is by
the same authors) with full sourcecode