Window_GetTitle()

Examples


The Window_GetTitle() function returns the title of the specified window.

Syntax

Window_GetTitle(window window_name)

Parameters

window window_name The name of the window for which you want to retrieve the title.

Return value

String

Comments

A window title is the string that appears in the window’s title bar in test mode or at runtime. The title is specified in the window’s Title property.

This function will return the window title of a window in the current dictionary only. To retrieve the name of a window in another dictionary, use the Window_GetTitleByProduct() function.


Documentation Feedback