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