D
Dominic Robinson
I want to enumerate properties and methods of custom classes by plugging into a collection within the current projec
If you look at a custom class in the object browser, the right hand 'members of....' window lists all the properties and methods related to that class. Further, clicking on a particular property displays the data type of that property in the bottom window
This all suggests that there is a collection of classes somewhere, and collections of property and method objects for each class - the question is how to get at these collection
Thanks in advanc
If you look at a custom class in the object browser, the right hand 'members of....' window lists all the properties and methods related to that class. Further, clicking on a particular property displays the data type of that property in the bottom window
This all suggests that there is a collection of classes somewhere, and collections of property and method objects for each class - the question is how to get at these collection
Thanks in advanc