Verstehe noch nicht warum man Application.CreateForm nicht nehmen sollte.
Folgender Code ändert leider auch nix an dem Problem...
Delphi-Quellcode:
if not assigned(frmContentMantel) then
begin
Application.CreateForm(TfrmContentMantel, frmContentMantel);
//frmContentMantel := TfrmContentMantel.Create(Application);
Application.RealCreateForms;
end;