Languages
See also Language.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Language [] (index:
number)
Returns the Language with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Language anyItem ()
Returns any Language in the collection.
number count ()
Displays the number of elements in the Language.
Array of Language everyItem ()
Returns every Language in the collection.
Language firstItem ()
Returns the first Language in the collection.
Language item (index:
varies)
Returns the Language with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Language itemByID (id:
number)
Returns the Language with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
Language itemByName (name:
string)
Returns the Language with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of Language itemByRange (from:
varies, to:
varies)
Returns the Languages within the specified range.
Parameter | Type | Description |
---|---|---|
from | Language Long Integer String | The Language, index, or name at the beginning of the range. Can accept: Language, Long Integer or String. |
to | Language Long Integer String | The Language, index, or name at the end of the range. Can accept: Language, Long Integer or String. |
Language lastItem ()
Returns the last Language in the collection.
Language middleItem ()
Returns the middle Language in the collection.
Language nextItem (obj:
Language)
Returns the Language whose index follows the specified Language in the collection.
Parameter | Type | Description |
---|---|---|
obj | Language | The Language whose index comes before the desired Language. |
Language previousItem (obj:
Language)
Returns the Language with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | Language | The index of the Language that follows the desired Language. |
string toSource ()
Generates a string which, if executed, will return the Language.
Element of
Document.languages
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |