OutputVar := Mfunc.WinGetActiveTitle()
Retrieves the title of the active window.
Returns the title of the active window.
This command is equivalent to: OutputVar := Mfunc.WinGetTitle("A").
Title := Mfunc.WinGetActiveTitle()
MsgBox, The active window is "%Title%".