WebRadioGroup.RemoveAt
From Xojo Documentation
Method
Removes the row (button) at the index passed.
Sample Code
This example removes the very first row (button) in the group:
RadioGroup1.RemoveAt(0)
See Also
RemoveAll method.
Removes the row (button) at the index passed.
This example removes the very first row (button) in the group:
RemoveAll method.