LanguagesWithVendors

A collection of languages with vendors.

Methods:

[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

LanguageWithVendors [] (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.

LanguageWithVendors everyItem ()

Returns every LanguageWithVendors in the collection.

LanguageWithVendors firstItem ()

Returns the first LanguageWithVendors in the collection.

LanguageWithVendors item (index:Varies LongInteger String)

Returns the LanguageWithVendors with the specified index or name.

Parameter

Type

Description

index

LongInteger

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.

LanguageWithVendors itemByRange (from:Varies LanguageWithVendors LongInteger String, to:Varies LanguageWithVendors LongInteger String)

Returns the LanguagesWithVendors within the specified range.

Parameter

Type

Description

from

LanguageWithVendors

LongInteger

String

The LanguageWithVendors, index, or name at the beginning of the range. Can accept: LanguageWithVendors, Long Integer or String.

to

LanguageWithVendors

LongInteger

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.

Object of

Application.languagesWithVendors