Screen.Title (gb.sdl.image)
Syntax
STATIC PROPERTY Title AS String
Allows to set or get the title of the Screen.

Example
' Get the title of the screen
PRINT Screen.Title

' Set the title of the screen
Screen.Title = "Gambas test Screen"

If title isn't set, default title of the screen is the name of the project.


See also
Caption , Text .