TITLE Mnemonic - Set Control/Window Title
Syntax
'TITLE'(id,newtitle)
Description
The 'TITLE' mnemonic sets the new title for controls with modifiable titles. It can be used with an id value of 0 to change the title of the main window in the current context. It can also be used with a negative id to change the title of a menu item. To make more extensive changes to menus, see Menus.
Parameter |
Description |
id |
Control ID number. It must be an integer between 1 and 32767 and be unique within a given top-level window. |
newtitle |
New title for the control. Including the '&' before a character in the title of a button, check box, radio button, tool button, or static text control causes that character to be an accelerator. For the static text control, the accelerator causes the next item in the tab sequence to be selected. |