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