Zitat von
cran7:
würde auch gehn einfach form visible auf false zu setzn beim create oder?
also
Delphi-Quellcode:
...
Form1.Visible := false; // macht form unsichtbar
// mit form1.visible := true; sichtbar
...
Im OnCreate sollte/kann/darf man an Self.Visible nichts machen. Soweit ich weiß bekommt man sogar ne Fehlermeldung an den Kopf geschmissen.
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."