![]() |
abfragen ob eine Form geöffnet ist.
Hallo Alle!
Wie kann ich so eine Abfrage realisieren? Beispiel:
Delphi-Quellcode:
If Form1.Show = True Then ....
Gruß Klaus |
Re: abfragen ob eine Form geöffnet ist.
In dem du das so prüfst:
Delphi-Quellcode:
;)
if Form1.Visible = True then...
|
Re: abfragen ob eine Form geöffnet ist.
Hallo,
Form1.show ist eine Funktion die das Formular anzeigt. Ob ein Formular sichtbar ist lässt sich über die Property visible erkennen.
Delphi-Quellcode:
sollte es tun.
if Form1.visible then ...
|
Re: abfragen ob eine Form geöffnet ist.
Oder mit:
Delphi-Quellcode:
Wenn Form1 im selben Projekt ist.
if Form1.Showing then ...
|
Re: abfragen ob eine Form geöffnet ist.
Zitat:
Gruß Klaus |
Alle Zeitangaben in WEZ +1. Es ist jetzt 08:45 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz