Gets the title bar text of a window.
Takes win (Int).
Returns the title bar text of a BGI window.
BGI GUI
Parameters & Returns
Parameters
winInt
Returns
String
Quick Summary
Gets the title bar text of a window.
Takes win (Int).
Returns the title bar text of a BGI window.
Technical Exegesis...
Returns the title bar text of a BGI window. Searches gizmoMap for the window ID and returns its title field (BBPTRSTR). Returns the stored title string if found, or an empty/null string if the window ID is not found.
The returned string is the title that appears in the window's title bar and taskbar. This is the same text that was set with bgiCreateWindow or bgiSetWindowText. The string is managed by the BambooBasic string system.
Returns the title bar text of a BGI window. Searches gizmoMap for the window ID and returns its title field (BBPTRSTR). Returns the stored title string if found, or an empty/null string if the window ID is not found.
The returned string is the title that appears in the window's title bar and taskbar. This is the same text that was set with bgiCreateWindow or bgiSetWindowText. The string is managed by the BambooBasic string system. Useful for querying window titles when managing multiple windows or saving window state.