WebRadioGroup.CellValue

From Xojo Documentation

Method

WebRadioGroup.CellValue(Row as Integer, Column as Integer) As Boolean

New in 2010r4

Supported for all project types and targets.

If True, the selected radio button is the default selection at runtime. Row and Column are zero-based.

Example

The following in the RadioGroup Shown event handler selects the second radiobutton:

Me.CellValue(1, 0) = True