AutoIt GetText: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Schema == Bild:AutoIt ControlGetText.png == Description == Retrieves text from a control. == Input Pins == *'''AutoItHandle'''<br>The handle to the a…“) |
|||
(2 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) | |||
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 19: | Zeile 19: | ||
<!--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 |
Previous: [[AutoIt Send|AutoIt [ Send ]]]<br> |
||
Next: [[AutoIt SetText|AutoIt [ SetText ]]] |
Next: [[AutoIt SetText|AutoIt [ SetText ]]] |
||
Aktuelle Version vom 15. Juli 2017, 16:02 Uhr
Inhaltsverzeichnis
Schema[Bearbeiten]
Description[Bearbeiten]
Retrieves text from 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
Output Pins[Bearbeiten]
- ControlText
The text of the control
Revisions[Bearbeiten]
This block is in the AutoIt Library since 1.0.
Back to AutoIt Library.
Previous: AutoIt [ Send ]
Next: AutoIt [ SetText ]