STATIC PROPERTY Title AS StringAllows to set or get the title of the Screen.
' 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.