SETITEM Examples
Example 1:
|
|
|
|
|
|
|
|
|
|
|
|
This instruction changes the name on BUTTON2 from "Quit" to "Stop.
Example 2:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This instruction changes the visual look of the RADIO object to the ON or ACTIVE state. The RADIO object should already be active.
Example 3:
|
|
|
|
|
|
|
|
|
|
|
|
This instruction changes the text beside the third radio button of a radio button group to 'Print'.
Example 4:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This instruction changes the visual look of the third radio button of a radio button group to the ON or ACTIVE state. Since only one radio button of a radio button group may be ON at any given time, if another radio button was on, it is turned off.
Example 5:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These instructions change the text for three radio buttons of a radio button group in a dialog box.
![]() |