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

GetWinTitle

Returns the name of the active window as a string.

Note:
• This function is unavailable in the Web Client.
• It does not work with pinned windows.

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

Published June 2018