Aide:ControlGetHandle.txt

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

Document original V3.3.6.1 :

###Function###
ControlGetHandle

###Description###
Retrieves the internal handle of a control.

###Syntax###
ControlGetHandle ( "title", "text", controlID )


###Parameters###
@@ParamTable@@
title
	The title of the window to access.
text
	The text of the window to access.
controlID
	The control to interact with.  See <a href="../intro/controls.htm">Controls</a>.
@@End@@


###ReturnValue###
@@ReturnTable@@
Success:	Returns the handle (HWND) value.
Failure:	Returns "" (blank string) and sets @error to 1 if no window matches the criteria.
@@End@@


###Remarks###
This function returns a HWND/Handle value.

###Related###
None.


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


Document traduit V3.3.6.1 :

###Function###
ControlGetHandle

###Description###
Retourne le handle d'un contrôle.


###Syntax###
ControlGetHandle ( "title", "text", controlID )


###Parameters###
@@ParamTable@@
title
	Le titre de la fenêtre à atteindre.
text
	Le texte de la fenêtre à atteindre.
controlID
	Le contrôle avec lequel interagir. Voir <a href="../intro/controls.htm">Controls</a>.
@@End@@


###ReturnValue###
@@ReturnTable@@
Succès:	Retourne la référence interne au contrôle (handle).
Échec:	Retourne "" (chaine vide) et met @error à 1 si aucune fenêtre correspondant au critère n'est trouvée.
@@End@@


###Remarks###
Cette fonction retourne une valeur de type HWND/Handle.


###Related###
Aucune.


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


Traducteur : ZDS

Contributeurs (pour les modifications avant le Wiki) : Tlem