Languages
A collection of languages.
Languages Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the language with the specified index or name. |
| length |
Long |
read |
The number of languages in the collection. |
Languages Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any language. |
| firstItem |
Object |
Returns the first language. |
| itemByID |
Object |
Returns the language with the specified ID. |
| itemByRange |
Objects |
Returns the languages within the specified range. |
| lastItem |
Object |
Returns the last language. |
| middleItem |
Object |
Returns the middle language. |
| nextItem |
Object |
Returns the next language. |
| previousItem |
Object |
Returns the previous language. |