RadiobuttonGroups
A collection of radiobutton groups.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
RadiobuttonGroup add( Object withProperties )
Creates a new RadiobuttonGroup.
Parameters
Number count()
Displays the number of elements in the RadiobuttonGroup.
RadiobuttonGroup item( Mixed index )
Returns the RadiobuttonGroup with the specified index or name.
Parameters
RadiobuttonGroup itemByID( Number id )
Returns the RadiobuttonGroup with the specified ID.
Parameters
RadiobuttonGroup itemByRange( Mixed from, Mixed to )
Returns the RadiobuttonGroups within the specified range.
Parameters
RadiobuttonGroup firstItem()
Returns the first RadiobuttonGroup in the collection.
RadiobuttonGroup lastItem()
Returns the last RadiobuttonGroup in the collection.
RadiobuttonGroup middleItem()
Returns the middle RadiobuttonGroup in the collection.
RadiobuttonGroup previousItem( RadiobuttonGroup obj )
Returns the RadiobuttonGroup with the index previous to the specified index.
Parameters
RadiobuttonGroup nextItem( RadiobuttonGroup obj )
Returns the RadiobuttonGroup whose index follows the specified RadiobuttonGroup in the collection.
Parameters
RadiobuttonGroup anyItem()
Returns any RadiobuttonGroup in the collection.
RadiobuttonGroup everyItem()
Returns every RadiobuttonGroup in the collection.
String toSource()
Generates a string which, if executed, will return the RadiobuttonGroup.
RadiobuttonGroup []( Number index )
Returns the RadiobuttonGroup with the specified index.