Aide:AutoItWinSetTitle.txt

De Wiki AutoIt Français
Aller à : navigation, rechercher

Document original V3.3.6.1 :

###Function###
AutoItWinSetTitle

###Description###
Changes the title of the AutoIt window.

###Syntax###
AutoItWinSetTitle ( "newtitle" )


###Parameters###
@@ParamTable@@
newtitle
	The new title to give to the window.
@@End@@

###ReturnValue###
None.


###Remarks###
The AutoIt window is usually hidden.  The purpose of changing the title is to allow other programs (or other AutoIt scripts) to interact with AutoIt.

###Related###
AutoItWinGetTitle, WinSetTitle


###Example###
@@IncludeExample@@


Document traduit V3.3.6.1 :

###Function###
AutoItWinSetTitle

###Description###
Modifie le titre d'une fenêtre Autoit.


###Syntax###
AutoItWinSetTitle ( "newtitle" )


###Parameters###
@@ParamTable@@
newtitle
	Le nouveau titre à donner à la fenêtre.
@@End@@


###ReturnValue###
Aucune.


###Remarks###
La fenêtre Autoit est habituellement cachée. L’intérêt de changer son titre est d'autoriser d'autres programmes (ou d'autres scripts Autoit) à interagir avec Autoit.


###Related###
<a href="AutoItWinGetTitle.htm">AutoItWinGetTitle</a>, <a href="WinSetTitle.htm">WinSetTitle</a>


###Example###
@@IncludeExample@@


Traducteur : timmalos

Contributeurs (pour les modifications avant le Wiki) : Jerome, Tlem