I\'ve created a form that hosts one or more \'child\' forms. In my edit mode, each child form shows its border and caption bar allowing it to be moved and sized (a bit like
I think MDI is the easiest way, in the main form set FormStyle=fsMDIForm, in the childs FormStyle=fsMDIChild.
That's it, this way you dont have to set the parent to make it work.