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