WebRadioGroup.RemoveRowAt

From Xojo Documentation

Method

WebRadioGroup.RemoveRowAt(index As Integer)

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.