CHECK Mnemonic - Check Object(s)
Syntax
'CHECK'(id{,id...})
Description
The 'CHECK' mnemonic places a check next to menu items, an "X" in a check box, selects a radio button, and toggles a tool button. CTRL() function 2 (Get Value) returns the status of the object as checked ($01$) or unchecked ($00$). The 'UNCHECK' mnemonic removes the check.
Parameter |
Description |
id |
Control ID of the menu item, check box, radio button, or tool button to be checked. |