Inside a ScrollBox I create in runtime some panels and inside each panel I create a frame with the panel as Parent.
Inside the frame I have a button that should Destroy the frame and the Panel.
How can I destroy the panel and the frame from that button?