- Change FormStyle property to fsNormal;
- Change Visible property to False;
- Remove the line "Action := caFree;" from OnClose event;
- Change property Position to poDesktopCenter or something else (optional);
- Override CreateParams to add extra funcionality, like make it have a button on taskbar or make it become indepent from the main form (optional);
In the caller Forms:
- Change "Application.CreateForm(FormClass,FormName)" to FormName.Show;
In the Project Options, tab "Forms":
- Move the Form from "Available" list to "Auto-create" list (if needed);