II. GUI Basics
Chapter 10. Widgets Attributes
Set Value
Method signature
setValue = "
[int]"
[int] Values used: '1' to set 'true' Value, '0' to set 'false' value. Used to set Value in the radio buttons or checkboxes
Examples
In this example we will be using a two radio buttons. The second radio button has its value set.
.. setValue="1"
Back
Next