Cicode Programming Reference > Cicode Function Categories > Window Functions Introduction > GetWinTitle

GetWinTitle

Returns the name of the active window as a string.

Note: This function is unavailable in the Web Client.

Syntax

GetWinTitle()

Return Value

The title of the active window as a string if successful; otherwise, an error is returned.

Related Functions

WinTitle

See Also

Window Functions