Enumerating Custom Class Properties and methods

  • Thread starter Dominic Robinson
  • Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top