AutoIt GetText
Version vom 15. Juli 2017, 16:02 Uhr von Mawalch (Diskussion | Beiträge)
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 ]