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
 
Back
Top