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