- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
In the RadioButton Object/Binding tab you can control the value that gets set when the radioButton is selected. You simply click the "Spedify Item Values" checkbox and the table below becomes active nd allows you to set a value for each of the radiobutons in the group. This is the On value that you are setting. Now when you want to use it in your code you woudl use the RadioBtton Group Name.rawValue and whichever one is set the value you specify here will be returned to you.
Make sense?
Paul