DesktopRadioGroup.AddAt

From Xojo Documentation

Method

DesktopRadioGroup.AddAt(index as Integer, Item as DesktopRadioButton)

New in 2021r3

Supported for all project types and targets.

Creates a new radio button at index (moving the existing Radio Buttons down).

Example

The following example adds a radio button at the 4th position.

RadioGroup1.AddAt(3,New DesktopRadioButton("Harry"))