ErrorListErrors

A collection of error list errors.

Methods:

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

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

ErrorListError [] (index:Number)

Returns the ErrorListError with the specified index.

Parameter

Type

Description

index

Number

The index.

ErrorListError anyItem ()

Returns any ErrorListError in the collection.

Number count ()

Displays the number of elements in the ErrorListError.

ErrorListError everyItem ()

Returns every ErrorListError in the collection.

ErrorListError firstItem ()

Returns the first ErrorListError in the collection.

ErrorListError item (index:Varies LongInteger String)

Returns the ErrorListError with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

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

Returns the ErrorListErrors within the specified range.

Parameter

Type

Description

from

ErrorListError

LongInteger

String

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

to

ErrorListError

LongInteger

String

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

ErrorListError lastItem ()

Returns the last ErrorListError in the collection.

ErrorListError middleItem ()

Returns the middle ErrorListError in the collection.

ErrorListError nextItem (obj:ErrorListError)

Returns the ErrorListError whose index follows the specified ErrorListError in the collection.

Parameter

Type

Description

obj

ErrorListError

The ErrorListError whose index comes before the desired ErrorListError.

ErrorListError previousItem (obj:ErrorListError)

Returns the ErrorListError with the index previous to the specified index.

Parameter

Type

Description

obj

ErrorListError

The index of the ErrorListError that follows the desired ErrorListError.

String toSource ()

Generates a string which, if executed, will return the ErrorListError.

Object of

Application.errorListErrors