Filed Under Delphi
Type Library Explorer
posted by sysrpl on Monday December 29, 2008 2:06 PM
Visit my main Delphi page here
Here is a little utility I wrote up last spring to explore the available programming components on your computer. I called it the Type Library Explorer. It works similar to Delphi’s type library import dialog, but is different in the following ways:
- It doesn’t save or register units, it just browses.
- You can browse a type library by clicking or scrolling through items a list box.
- Changes to the list box index immediately causes the source code and xml view to be generated.
- It's quick.

Download the Type Library Explorer tool here