I read on one site a side note about this being possible using API, however, there was no further mention on which APIs to use.

What I'd like to do is to simply find out all the properties and methods of a class module on the fly. I've been searching the web for about three hours now and the closest I've found is a type library browser: however, it only works for compiled executables, DLLs etc. with type libraries. Not for class modules and certainly not for the currently running application.

So, anyone have a clue on where to look at?