How can I list the properties of an object programmatically in VB6?
Posted
by Gregory Higley
on Stack Overflow
See other posts from Stack Overflow
or by Gregory Higley
Published on 2010-04-16T22:42:53Z
Indexed on
2010/04/16
22:53 UTC
Read the original article
Hit count: 350
vb6
|reflection
A friend of mine is working on a legacy VB6 project. I haven't touched that language in ten years, so I'm pretty rusty. Anyway, is there any kind of reflection API for VB6? Specifically, he needs a way to iterate the properties (and types) of a user-created Class. (In other words, not an external COM object, but an internal "Class Module" as it's called.)
How can this be done?
© Stack Overflow or respective owner