LanguagesWithVendors
A collection of languages with vendors.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the LanguageWithVendors.
LanguageWithVendors item( Mixed index )
Returns the LanguageWithVendors with the specified index or name.
Parameters
LanguageWithVendors itemByName( String name )
Returns the LanguageWithVendors with the specified name.
Parameters
LanguageWithVendors itemByID( Number id )
Returns the LanguageWithVendors with the specified ID.
Parameters
LanguageWithVendors itemByRange( Mixed from, Mixed to )
Returns the LanguagesWithVendors within the specified range.
Parameters
LanguageWithVendors firstItem()
Returns the first LanguageWithVendors in the collection.
LanguageWithVendors lastItem()
Returns the last LanguageWithVendors in the collection.
LanguageWithVendors middleItem()
Returns the middle LanguageWithVendors in the collection.
LanguageWithVendors previousItem( LanguageWithVendors obj )
Returns the LanguageWithVendors with the index previous to the specified index.
Parameters
LanguageWithVendors nextItem( LanguageWithVendors obj )
Returns the LanguageWithVendors whose index follows the specified LanguageWithVendors in the collection.
Parameters
LanguageWithVendors anyItem()
Returns any LanguageWithVendors in the collection.
LanguageWithVendors everyItem()
Returns every LanguageWithVendors in the collection.
String toSource()
Generates a string which, if executed, will return the LanguageWithVendors.
LanguageWithVendors []( Number index )
Returns the LanguageWithVendors with the specified index.