A collection of languages with vendors.
Methods
LanguageWithVendorsanyItem ()
Returns any LanguageWithVendors in the collection.
number count ()
Displays the number of elements in the LanguageWithVendors.
Array of LanguageWithVendorseveryItem ()
Returns every LanguageWithVendors in the collection.
LanguageWithVendorsfirstItem ()
Returns the first LanguageWithVendors in the collection.
LanguageWithVendorsitem (index:
any)
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. |
LanguageWithVendorsitemByID (id:
number)
Returns the LanguageWithVendors with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
LanguageWithVendorsitemByName (name:
string)
Returns the LanguageWithVendors with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of LanguageWithVendorsitemByRange (from:
any, to:
any)
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. |
LanguageWithVendorslastItem ()
Returns the last LanguageWithVendors in the collection.
LanguageWithVendorsmiddleItem ()
Returns the middle LanguageWithVendors in the collection.
LanguageWithVendorsnextItem (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. |
LanguageWithVendorspreviousItem (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.
Element of:
Application.languagesWithVendors