A collection of index sections.
Go to Property Listing | Method Listing
anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The number of objects in the collection. |
IndexSection anyItem ()
Returns any IndexSection in the collection.
Number count ()
Displays the number of elements in the IndexSection.
IndexSection everyItem ()
Returns every IndexSection in the collection.
IndexSection firstItem ()
Returns the first IndexSection in the collection.
IndexSection item (index:Varies Long String)
Returns the IndexSection with the specified index or name.
|
Parameter |
Type |
Description |
|---|---|---|
|
index |
Long |
The index or name. Can accept: Long or String. |
IndexSection itemByID (id:Number)
Returns the IndexSection with the specified ID.
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
The ID. |
IndexSection itemByName (name:String)
Returns the IndexSection with the specified name.
|
Parameter |
Type |
Description |
|---|---|---|
|
name |
The name. |
IndexSection itemByRange (from:Varies IndexSection Long String, to:Varies IndexSection Long String)
Returns the IndexSections within the specified range.
|
Parameter |
Type |
Description |
|---|---|---|
|
from |
Long |
The IndexSection, index, or name at the beginning of the range. Can accept: IndexSection, Long or String. |
|
to |
Long |
The IndexSection, index, or name at the end of the range. Can accept: IndexSection, Long or String. |
IndexSection lastItem ()
Returns the last IndexSection in the collection.
IndexSection middleItem ()
Returns the middle IndexSection in the collection.
IndexSection nextItem (obj:IndexSection)
Returns the IndexSection whose index follows the specified IndexSection in the collection.
|
Parameter |
Type |
Description |
|---|---|---|
|
obj |
The IndexSection whose index comes before the desired IndexSection. |
IndexSection previousItem (obj:IndexSection)
Returns the IndexSection with the index previous to the specified index.
|
Parameter |
Type |
Description |
|---|---|---|
|
obj |
The index of the IndexSection that follows the desired IndexSection. |
String toSource ()
Generates a string which, if executed, will return the IndexSection.
Index.indexSections