WebRadioGroup.RemoveRowAt
From Xojo Documentation
![]() |
This item was deprecated in version 2021r1. Please use WebRadioGroup.RemoveAt as a replacement. |
Method
WebRadioGroup.RemoveRowAt(index As Integer)
New in 2020r1
Supported for all project types and targets.
New in 2020r1
Supported for all project types and targets.
Removes the row (button) at the index passed.
Sample Code
This example removes the very first row (button) in the group:
RadioGroup1.RemoveRowAt(0)
See Also
RemoveAllRows method.