@pcurtis
Looks like the way to go. How do I add my form there as a project?
You cannot add your form as project. That doesn't even make sense.
1. Open your project
2. Create a new form(uMyNewForm/fMyNewForm), save unit
3. Go to File->New->Inherited Item->Inherited Project component
4. Select fMyNewForm, press OK
5. The IDE will create a new form, which inherits from fMyNewForm
Is this what you are after?