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 indexer - list of all including components)

Thanks a lot
 
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 indexer - list of all including components)

Have you looked at the properties of the Form class? (Controls)
 

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