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