RadioGroup
Xojo provides a RadioGroup control for desktop and web projects:
Tip
In iOS apps, the common practice is to have the user navigate to another Screen that contains a iOSMobileTable.
Common members
These events, methods and properties are both common amongst the desktop, mobile and web versions of the control and are the most commonly used. See the individual controls for more members and details.
Events
Name |
Description |
---|---|
SelectionChanged |
The radio button selected has changed. |
Methods
Name |
Description |
---|---|
Add |
Adds the radio button passed to the RadioGroup. |
AddAt |
Adds the radio button passed to the RadioGroup at the index passed. |
Count |
Returns the number of radio buttons in the RadioGroup. |
ItemAt |
Returns the radio button at the index passed. |
RemoveAll |
Removes all radio buttons from the RadioGroup. |
RemoveAt |
Removes the radio button at the index passed from the RadioGroup. |
SelectedItem |
The radio button control that is selected. |
Properties
Name |
Description |
---|---|
SelectedIndex |
The index of the selected radio button. |