AutoIt WinExists: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 25.x)
Zur Navigation springen Zur Suche springen
Inhalt gelöscht Inhalt hinzugefügt
Die Seite wurde neu angelegt: „== Schema == Bild:AutoIt WinExists.png == Description == Checks to see if a specified window exists. == Input Pins == *'''AutoItHandle'''<br>The handle …“
 
Mawalch (Diskussion | Beiträge)
KKeine Bearbeitungszusammenfassung
 
Zeile 7: Zeile 7:


== Input Pins ==
== Input Pins ==
*'''AutoItHandle'''<br>The handle to the autoit server
*'''AutoItHandle'''<br>The handle to the AutoIt server
*'''WindowTitle'''<br>The title of the window to check.
*'''WindowTitle'''<br>The title of the window to check.


==Output Pins==
==Output Pins==
*'''WinExists'''<br>If true the window exists; if false the window does not exist.
*'''WinExists'''<br>If true the window exists; if false the window does not exist.


== Notes ==
== Notes ==
Zeile 21: Zeile 21:
<!--AutoUpdateNavPanel-->
<!--AutoUpdateNavPanel-->


----
<hr>
Back to [[AutoIt Library#Window Specific Functions|AutoIt Library]].<br>
Back to [[AutoIt Library#Window Specific Functions|AutoIt Library]].<br>
Previous: [[AutoIt WinClose|AutoIt [ Close ]]]<br>
Previous: [[AutoIt WinClose|AutoIt [ Close ]]]<br>

Aktuelle Version vom 15. Juli 2017, 16:05 Uhr

Schema

Description

Checks to see if a specified window exists.

Input Pins

  • AutoItHandle
    The handle to the AutoIt server
  • WindowTitle
    The title of the window to check.

Output Pins

  • WinExists
    If true the window exists; if false the window does not exist.

Notes

WinExists will return true even if the window is hidden.

Revisions

This block is in the AutoIt Library since 1.0.



Back to AutoIt Library.
Previous: AutoIt [ Close ]
Next: AutoIt [ SetState ]




Copyright © 2014-2024 eXept Software AG