Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Form (Programm) invisible starten? (https://www.delphipraxis.net/114335-form-programm-invisible-starten.html)

Delphiturbo 23. Mai 2008 14:45


Form (Programm) invisible starten?
 
Hallo

ich möchte meine Form beim starten invisible machen
Die Form bleibt invisible und ruft eine andere Form auf

In OI steht die Eigenschaft von Form : Visible:=False, wird aber beim Starten visible !

Die Muhkuh 23. Mai 2008 14:46

Re: Form (Programm) invisible starten?
 
Ist das die MainForm, wenn ja:

Delphi-Quellcode:
Application.ShowMainForm := false;

Fussball-Robby 23. Mai 2008 14:57

Re: Form (Programm) invisible starten?
 
Wenn die Form niemals angezeigt werden soll, wäre es vielleicht auch klug, sie erst garnicht zu erzeugen...

mkinzler 23. Mai 2008 15:07

Re: Form (Programm) invisible starten?
 
Oder manuell und nicht anzeigen


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:44 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz