WinGetActiveTitle()

Namespace ›› System ›› Mfunc ›› Methods ››
Parent Previous Next

WinGetActiveTitle()

OutputVar := Mfunc.WinGetActiveTitle()

Mfunc.WinGetActiveTitle()

Retrieves the title of the active window.

Returns

Returns the title of the active window.

Remarks

This command is equivalent to: OutputVar := Mfunc.WinGetTitle("A").

Example

Title := Mfunc.WinGetActiveTitle()
MsgBox, The active window is "%Title%".