I tried using:
CoolForm.ActiveForm.Controls
but the count returns 0.
The main form that is shown is AppForm and has all the controls.
I want to add all the controls of CoolForm (which has 1 form) to be added to the main form (AppForm)
Is this possible?