Mega Code Archive

 
Categories / Delphi / Examples
 

Start up an application minimized

In your project (.DPR) file, just before the first call to Application.CreateForm., add the following line: Application.ShowMainForm := False;