WebRadioGroup.AddRowAt
From Xojo Documentation
![]() |
This item was deprecated in version 2021r1. Please use WebRadioGroup.AddAt as a replacement. |
Method
WebRadioGroup.AddRowAt(index As Integer, 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 at the index passed.
Sample Code
This adds a new WebRadioButton whose value is set to "Today" at the very first position in the group:
See Also
AddRow method and WebRadioButton class.