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