Hi
What I want to do is removing all the controls of a window when clicking on a button, so I guess I need to get all the children controls of that window, then destroy all of them. Could you tell me if there's a way of finding the children controls of a window (trough a for loop or something like that), then destroy them?
Thanks!