Hi
I am trying to set up a generic method to capture the state of classes properties.
Is there a way to establish a classes property list and their types programatically?
Thanks
Chris
Hi
I am trying to set up a generic method to capture the state of classes properties.
Is there a way to establish a classes property list and their types programatically?
Thanks
Chris
there is a property list example on "xojo"s example folder
Thanks Chai Ren -
I don’t think this actually what I’m looking for. As an example, say you have a class called “House” and it has the properties “Roof” as boolan, “Doors” as Integer and “Windows” as integer
I want to find out what properties “House” has and their types/values without knowing what properties it has beforehand.
Introspection
Bingo! Thanks