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