selectedObject
Specifies the selected value of the component (not the label). Applies to single value input elements (Slider, Spinner, Radio Button, Combo Box) and the tabs of co-located components (Tabbed Interface). This property is readable and writable.
Type
String value of the selected option
Example
RadioButton1.selectedObject = 'NJ';
See Also
Accessing the Most Recent User Modification, to retrieve the most recent modified object.
selectedLabel, to access the label corresponding to the value.
Accessing User Input in Script, for more information about selectedObject.
| << selectedLabels | © 1996-2013 InetSoft Technology Corporation (v11.4) | selectedObjects >> |