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