AutoIt WinClose

Aus expecco Wiki (Version 25.x)
Version vom 25. November 2016, 22:35 Uhr von Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Schema == Bild:AutoIt WinClose.png == Description == Closes a window. Fails in case the window is not found or cannot be closed. == Input Pins == *…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Schema

Description

Closes a window. Fails in case the window is not found or cannot be closed.

Input Pins

  • AutoItHandle
    The handle to the autoit server
  • WindowTitle
    The title of the window to close.

Notes

This function sends a close message to a window, the result depends on the window (it may ask to save data, etc.). To force a window to close, use the WinKill function. If multiple windows match the criteria, the window that was most recently active is closed.

Revisions

This block is in the AutoIt Library since 1.0.



Back to AutoIt Library.
Previous: AutoIt [ Active ]
Next: AutoIt [ Exists ]




Copyright © 2014-2024 eXept Software AG