WebRadioGroup.AddRow
From Xojo Documentation
![]() |
This item was deprecated in version 2021r1. Please use WebRadioGroup.Add as a replacement. |
Method
WebRadioGroup.AddRow(item As WebRadioButton)
New in 2020r1
Supported for all project types and targets.
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":
See Also
AddRowAt method and WebRadioButton class.