DesktopRadioGroup.RemoveAt

From Xojo Documentation

Method

DesktopRadioGroup.RemoveAt(Index as Integer)

New in 2021r3

Supported for all project types and targets.

Removes the Radio Button at the specified index.

Example

The following example removes the third Radio Button (index position 2) from the radio group.

Me.RemoveAt(2)