UserDictionaries

A collection of user dictionaries.

Methods:

[], anyItem, count, everyItem, firstItem, item, 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

UserDictionary [] (index:Number)

Returns the UserDictionary with the specified index.

Parameter

Type

Description

index

Number

The index.

UserDictionary anyItem ()

Returns any UserDictionary in the collection.

Number count ()

Displays the number of elements in the UserDictionary.

UserDictionary everyItem ()

Returns every UserDictionary in the collection.

UserDictionary firstItem ()

Returns the first UserDictionary in the collection.

UserDictionary item (index:Varies LongInteger String)

Returns the UserDictionary with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

UserDictionary itemByName (name:String)

Returns the UserDictionary with the specified name.

Parameter

Type

Description

name

String

The name.

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

Returns the UserDictionaries within the specified range.

Parameter

Type

Description

from

LongInteger

UserDictionary

String

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

to

LongInteger

UserDictionary

String

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

UserDictionary lastItem ()

Returns the last UserDictionary in the collection.

UserDictionary middleItem ()

Returns the middle UserDictionary in the collection.

UserDictionary nextItem (obj:UserDictionary)

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

Parameter

Type

Description

obj

UserDictionary

The UserDictionary whose index comes before the desired UserDictionary.

UserDictionary previousItem (obj:UserDictionary)

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

Parameter

Type

Description

obj

UserDictionary

The index of the UserDictionary that follows the desired UserDictionary.

String toSource ()

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

Object of

Application.userDictionaries