Aide:WinGetTitle.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
WinGetTitle
###Description###
Retrieves the full title from a window.
###Syntax###
WinGetTitle ( "title" [, "text"] )
###Parameters###
@@ParamTable@@
title
The title of the window to read. See <a href="../intro/windowsadvanced.htm">Title special definition</a>.
text
[optional] The text of the window to read.
@@End@@
###ReturnValue###
@@ReturnTable@@
Success: Returns a string containing the complete window title.
Failure: Returns numeric 0 if no title match.
@@End@@
###Remarks###
WinGetTitle("[active]") returns the active window's title. WinGetTitle works on both minimized and hidden windows. If multiple windows match the criteria, the most recently active window is used.
###Related###
AutoItWinGetTitle, WinGetText, WinSetTitle, WinTitleMatchMode (Option)
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Function###
WinGetTitle
###Description###
Retrouve le titre complet d'une fenêtre.
###Syntax###
WinGetTitle ( "title" [, "text"] )
###Parameters###
@@ParamTable@@
title
Le titre de la fenêtre à lire. Voir <a href="../intro/windowsadvanced.htm">Définition spéciale de titre</a>.
text
[optionnel] Le texte de la fenêtre à lire.
@@End@@
###ReturnValue###
@@ReturnTable@@
Succès: Retourne une chaîne de caractères contenant le titre complet de la fenêtre.
Échec: Retourne 0 si aucun titre ne correspond.
@@End@@
###Remarks###
WinGetTitle("[active]") retourne le titre de la fenêtre active. WinGetTitle fonctionne aussi bien sur les fenêtres minimisées et cachées. Si plusieurs fenêtres correspondent aux critères, la fenêtre active la plus récente est utilisée.
###Related###
<a href="AutoItWinGetTitle.htm">AutoItWinGetTitle</a>, <a href="WinGetText.htm">WinGetText</a>, <a href="WinSetTitle.htm">WinSetTitle</a>, <a href="WinTitleMatchMode.htm">WinTitleMatchMode(Option)</a>
###Example###
@@IncludeExample@@
Traducteur : Jerome
Contributeurs (pour les modifications avant le Wiki) : Tlem