delphi developers' Journal (original) (raw)

I have a form in Delphi 7.

I want a copy of it brought into the same project as a new form so I can quickly modify it without having to file-new-form and copying all the controls/code from the model form.

how do you do that?