Development Topics > Tab() Functions > Tab(-10,x) Functions

Set Minimized Window Title

? tab(-10, AG_MINTITLE); mintitle; chr(127);

The function AG_MINTITLE (1) changes the title that is displayed on the task bar when the application is minimized. Also see ZTERM Escape Sequences in the Appendix.

Parameters

mintitle

Title string.

Example

? TAB(-10,1);"Killer App";chr(127);