You can prevent the main form from appearing when your application starts by using the global Application variable.
Application.ShowMainForm := False;
Form1.Visible := False; { the name of your main form may differ }
Application->ShowMainForm = false;
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|