WebRadioGroup.AddRow

From Xojo Documentation

Method

WebRadioGroup.AddRow(item As WebRadioButton)

New in 2020r1

Supported for all project types and targets.

Adds a new WebRadioButton to the group.

Sample Code

This adds a new WebRadioButton whose value is set to "Today":

RadioGroup1.AddRow(New WebRadiobutton("Today", True))

See Also

AddRowAt method and WebRadioButton class.