TLI(TypeLib) Help, tutorial
Hello,
I'm searching to know what an object made of classes has inside of it, that's to say I want to read all properties, methods, constants... I've found TLI object in TLBINF32.DLL but even with the chm help, I can't manage to make a tree of an object. Do you know a tutorial, clear examples?
I would like particulary to extract collections and variables (even if it is user type), How to do please?
Thanks in advance.
Re: TLI(TypeLib) Help, tutorial
This post shows how to make a List (post #8) and a Tree (post #21) from types inside DLL/OCX Files.
This other post shows how to List all props/subs/functions inside any Object.
Maybe you can take things from both to fill a TreeView based on an Object.
Re: TLI(TypeLib) Help, tutorial
What about doing scan on classes? Can we extract general variables?
I would be interesting in saving all memory places of an object made with my classes.