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