WebRadioGroup.RemoveAt

From Xojo Documentation

Method

WebRadioGroup.RemoveAt(index As Integer)

New in 2021r1

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.RemoveAt(0)

See Also

RemoveAll method.