Getting components list

  • Thread starter Thread starter Aleksey
  • Start date Start date
A

Aleksey

Hi, all!
Is there any standard way to get list of all components on my win form,
including components that their parent isn't form it self, but panel on the
form? Or to get this list I need create recursive function? (In Delphi there
is property - list of all including components)

Thanks a lot
 
Hi,

No, there is not, you have to iterate in the Controls list
 

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

Back
Top