Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Form abfragen, ab sie Hide ist? (https://www.delphipraxis.net/66665-form-abfragen-ab-sie-hide-ist.html)

smart 2. Apr 2006 12:04


Form abfragen, ab sie Hide ist?
 
Wie kann ich abfragen, ob eine Form Hide ist und darauf reagieren?
Delphi-Quellcode:
If Form1.Hide = True Then …
geht nicht.

turboPASCAL 2. Apr 2006 12:11

Re: Form abfragen, ab sie Hide ist?
 
:gruebel:
Delphi-Quellcode:
if Form1.Visible then else ...
;)

smart 2. Apr 2006 12:21

Re: Form abfragen, ab sie Hide ist?
 
Zitat:

Zitat von turboPASCAL
:gruebel:
Delphi-Quellcode:
if Form1.Visible then else ...
;)

Vielen Dank für Deine Hilfe.

Bin dann hinterher auch auf sowas gekommen.
Delphi-Quellcode:
If not Form1.Visible Then ...
Gruß
Heike

turboPASCAL 2. Apr 2006 12:23

Re: Form abfragen, ab sie Hide ist?
 
Bitte ;)


Alle Zeitangaben in WEZ +1. Es ist jetzt 21:19 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