in your *.dbr files do it begin {Create a splash form} splash:=Tsplash.Create(self); splash.Show; splash.update Application.Initialize; Application.CreateForm(..) . . . splash.close; splash.free; Application.Run end;
[1]