MAIN FORM INITIALLY HIDDEN
 In your project file (dpr), you can enter the line...
Application.ShowMainForm := False;

just before the line :
Application.Run;

this will hide the application's main form and effectively you will see
nothing.