OutputVar := Mfunc.ControlGetText([Control, WinTitle, WinText, ExcludeTitle, ExcludeText])
Retrieves text from a control.
Control
Can be either ClassNN (the classname and instance number of the control) or the control's text, both of which can be determined via Window Spy. When using text, the matching behavior is determined by SetTitleMatchMode. If this parameter is blank or omitted, the target window's topmost control will be used.
Returns the name of the variable in which to store the retrieved text.
Throws MfException if error occurs.
Wrapper for AutoHotkey Docs - ControlGetText.
Static Method.
Any and/or all parameter for this function can be instance of MfString or var containing string.
See Also: AutoHotkey Docs - ControlGetText
OutputVar := Mfunc.ControlGetText("Edit1", "Untitled -")