TextLanguagesWithVendors

A collection of languages with vendors.

Instance Properties

Name Description Access
length number The number of objects in the collection. read-only

Methods

count(
)
 → number
item(
index)
 → LanguageWithVendors
itemByRange(
from, to)
 → LanguageWithVendors
toSource(
)
 → string
anyItem(
)
 → LanguageWithVendors
Returns any LanguageWithVendors in the collection.
count(
)
 → number
Displays the number of elements in the LanguageWithVendors.
everyItem(
)
 → LanguageWithVendors
Returns every LanguageWithVendors in the collection.
firstItem(
)
 → LanguageWithVendors
Returns the first LanguageWithVendors in the collection.
item(
index)
 → LanguageWithVendors
Returns the LanguageWithVendors with the specified index or name.
index The index or name. Can accept: Long Integer or String.
itemByID(
id)
 → LanguageWithVendors
Returns the LanguageWithVendors with the specified ID.
id number The ID.
itemByName(
name)
 → LanguageWithVendors
Returns the LanguageWithVendors with the specified name.
name string The name.
itemByRange(
from, to)
 → LanguageWithVendors
Returns the LanguagesWithVendors within the specified range.
from The LanguageWithVendors, index, or name at the beginning of the range. Can accept: LanguageWithVendors, Long Integer or String.
to The LanguageWithVendors, index, or name at the end of the range. Can accept: LanguageWithVendors, Long Integer or String.
lastItem(
)
 → LanguageWithVendors
Returns the last LanguageWithVendors in the collection.
middleItem(
)
 → LanguageWithVendors
Returns the middle LanguageWithVendors in the collection.
nextItem(
obj)
 → LanguageWithVendors
Returns the LanguageWithVendors whose index follows the specified LanguageWithVendors in the collection.
obj LanguageWithVendors The LanguageWithVendors whose index comes before the desired LanguageWithVendors.
previousItem(
obj)
 → LanguageWithVendors
Returns the LanguageWithVendors with the index previous to the specified index.
obj LanguageWithVendors The index of the LanguageWithVendors that follows the desired LanguageWithVendors.
toSource(
)
 → string
Generates a string which, if executed, will return the LanguageWithVendors.