Indexes
A collection of indices.
Indexes Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the indexe with the specified index or name. |
| length |
Long |
read |
The number of indexes in the collection. |
Indexes Methods
| Method |
Returns |
Description |
| add |
Index |
Create a new indexe. |
| anyItem |
Object |
Returns any indexe. |
| firstItem |
Object |
Returns the first indexe. |
| itemByID |
Object |
Returns the indexe with the specified ID. |
| itemByRange |
Objects |
Returns the indexees within the specified range. |
| lastItem |
Object |
Returns the last indexe. |
| middleItem |
Object |
Returns the middle indexe. |
| nextItem |
Object |
Returns the next indexe. |
| previousItem |
Object |
Returns the previous indexe. |
Previous post: IndexOptions
Next post: Index