GetWindowTitle()

Syntax

Result$ = GetWindowTitle(#Window)
Description
Returns in 'Result$' the text which is currently displayed in the specified #Window's title bar.
  If OpenWindow(2, 100, 100, 200, 100, "My cool title")
    Title$ = GetWindowTitle(2)  ; Will return "My cool title"
  EndIf
The title of a window can be changed with SetWindowTitle().

Supported OS

All

<- GetWindowState() - Window Index - HideWindow() ->