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

WinGetName

Gets the name previously associated with a particular window number using WinSetName. An association with a window is removed when the window is free-ed.

Syntax

WinGetName([iWinNum])

iWinNum

An optional parameter which specifies the window number to lookup for the associated Name. If no number is specified, the name returned is the one associated with the currently selected window number.

Return Value

String name associated with window number iWinNum, otherwise an empty string is returned.

Related Functions

WinSetName, WinNumber

Example

See Also

Window Functions

Published June 2018