I made an application with 2 panels & 3 buttons.
The 3 buttons are located on "panel1"
"Button 1": Embeds a "form1" into "panel 2" (so panel 2 is parent & form 1 is the child of panel 2)
"Button 2": Embeds "form 2" into "panel 2"
"Button 3": Embeds "form 3" into "panel 2"
Embedding these forms is no problem.
But, is there a way to destroy embedded child forms in panels without calling them by name?
Something like: destroy the child form (however this form is called) of panel 2?
Thanks!
Jeffrey