GotoFirstPageBehaviors

A collection of goto first page behavior objects.

Methods:

[], add, 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

GotoFirstPageBehavior [] (index:Number)

Returns the GotoFirstPageBehavior with the specified index.

Parameter

Type

Description

index

Number

The index.

GotoFirstPageBehavior add (withProperties:Object)

Creates a new GotoFirstPageBehavior.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new GotoFirstPageBehavior (Optional)

GotoFirstPageBehavior anyItem ()

Returns any GotoFirstPageBehavior in the collection.

Number count ()

Displays the number of elements in the GotoFirstPageBehavior.

GotoFirstPageBehavior everyItem ()

Returns every GotoFirstPageBehavior in the collection.

GotoFirstPageBehavior firstItem ()

Returns the first GotoFirstPageBehavior in the collection.

GotoFirstPageBehavior item (index:Varies LongInteger String)

Returns the GotoFirstPageBehavior with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

GotoFirstPageBehavior itemByID (id:Number)

Returns the GotoFirstPageBehavior with the specified ID.

Parameter

Type

Description

id

Number

The ID.

GotoFirstPageBehavior itemByName (name:String)

Returns the GotoFirstPageBehavior with the specified name.

Parameter

Type

Description

name

String

The name.

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

Returns the GotoFirstPageBehaviors within the specified range.

Parameter

Type

Description

from

GotoFirstPageBehavior

LongInteger

String

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

to

GotoFirstPageBehavior

LongInteger

String

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

GotoFirstPageBehavior lastItem ()

Returns the last GotoFirstPageBehavior in the collection.

GotoFirstPageBehavior middleItem ()

Returns the middle GotoFirstPageBehavior in the collection.

GotoFirstPageBehavior nextItem (obj:GotoFirstPageBehavior)

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

Parameter

Type

Description

obj

GotoFirstPageBehavior

The GotoFirstPageBehavior whose index comes before the desired GotoFirstPageBehavior.

GotoFirstPageBehavior previousItem (obj:GotoFirstPageBehavior)

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

Parameter

Type

Description

obj

GotoFirstPageBehavior

The index of the GotoFirstPageBehavior that follows the desired GotoFirstPageBehavior.

String toSource ()

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

Object of

Button.gotoFirstPageBehaviors

CheckBox.gotoFirstPageBehaviors

ComboBox.gotoFirstPageBehaviors

ListBox.gotoFirstPageBehaviors

RadioButton.gotoFirstPageBehaviors

TextBox.gotoFirstPageBehaviors

SignatureField.gotoFirstPageBehaviors