RadiobuttonGroups
A collection of radio button groups.
RadiobuttonGroups Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the radiobutton group with the specified index or name. |
| length |
Long |
read |
The number of radiobutton groups in the collection. |
RadiobuttonGroups Methods
| Method |
Returns |
Description |
| add |
RadiobuttonGroup |
Create a new radiobutton group. |
| anyItem |
Object |
Returns any radiobutton group. |
| firstItem |
Object |
Returns the first radiobutton group. |
| itemByID |
Object |
Returns the radiobutton group with the specified ID. |
| itemByRange |
Objects |
Returns the radiobutton groups within the specified range. |
| lastItem |
Object |
Returns the last radiobutton group. |
| middleItem |
Object |
Returns the middle radiobutton group. |
| nextItem |
Object |
Returns the next radiobutton group. |
| previousItem |
Object |
Returns the previous radiobutton group. |