$window.caption Returns the caption of a window |
Usage |
$window.caption $window.caption(<window_id>) |
Description |
Returns the caption of the window with <window_id>. The form with no parameters returns the caption of the current window. If the window with the specified ID does not exist, an empty string is returned. |