AutoIt WinExists
Version vom 25. November 2016, 22:36 Uhr von Cg (Diskussion | Beiträge) (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 …“)
Inhaltsverzeichnis
Schema[Bearbeiten]
Description[Bearbeiten]
Checks to see if a specified window exists.
Input Pins[Bearbeiten]
- AutoItHandle
The handle to the autoit server - WindowTitle
The title of the window to check.
Output Pins[Bearbeiten]
- WinExists
If true the window exists; if false the window does not exist.
Notes[Bearbeiten]
WinExists will return true even if the window is hidden.
Revisions[Bearbeiten]
This block is in the AutoIt Library since 1.0.
Back to AutoIt Library.
Previous: AutoIt [ Close ]
Next: AutoIt [ SetState ]