AutoIt SetText: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Schema == Bild:AutoIt ControlSetText.png == Description == Sets text of a control. == Input Pins == *'''AutoItHandle'''<br>The handle to the autoit s…“) |
K |
||
Zeile 7: | Zeile 7: | ||
== Input Pins == |
== Input Pins == |
||
*'''AutoItHandle'''<br>The handle to the |
*'''AutoItHandle'''<br>The handle to the AutoIt server |
||
*'''WindowTitle'''<br>The title of the window |
*'''WindowTitle'''<br>The title of the window |
||
*'''ControlId'''<br>The ID of the receiver control |
*'''ControlId'''<br>The ID of the receiver control |
||
Zeile 17: | Zeile 17: | ||
<!--AutoUpdateNavPanel--> |
<!--AutoUpdateNavPanel--> |
||
---- |
|||
<hr> |
|||
Back to [[AutoIt Library#Window Control Specific Functions|AutoIt Library]].<br> |
Back to [[AutoIt Library#Window Control Specific Functions|AutoIt Library]].<br> |
||
Previous: [[AutoIt GetText|AutoIt [ GetText ]]]<br> |
Previous: [[AutoIt GetText|AutoIt [ GetText ]]]<br> |
Aktuelle Version vom 14. Juli 2017, 22:05 Uhr
Inhaltsverzeichnis
Schema[Bearbeiten]
Description[Bearbeiten]
Sets text of a control.
Input Pins[Bearbeiten]
- AutoItHandle
The handle to the AutoIt server - WindowTitle
The title of the window - ControlId
The ID of the receiver control - ControlText
The text of the control
Revisions[Bearbeiten]
This block is in the AutoIt Library since 1.0.
Back to AutoIt Library.
Previous: AutoIt [ GetText ]
Next: AutoIt [ Option ]