GotoLastPageBehaviors

A collection of goto last 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

GotoLastPageBehavior [] (index:Number)

Returns the GotoLastPageBehavior with the specified index.

Parameter

Type

Description

index

Number

The index.

GotoLastPageBehavior add (withProperties:Object)

Creates a new GotoLastPageBehavior.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new GotoLastPageBehavior (Optional)

GotoLastPageBehavior anyItem ()

Returns any GotoLastPageBehavior in the collection.

Number count ()

Displays the number of elements in the GotoLastPageBehavior.

GotoLastPageBehavior everyItem ()

Returns every GotoLastPageBehavior in the collection.

GotoLastPageBehavior firstItem ()

Returns the first GotoLastPageBehavior in the collection.

GotoLastPageBehavior item (index:Varies LongInteger String)

Returns the GotoLastPageBehavior with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

GotoLastPageBehavior itemByID (id:Number)

Returns the GotoLastPageBehavior with the specified ID.

Parameter

Type

Description

id

Number

The ID.

GotoLastPageBehavior itemByName (name:String)

Returns the GotoLastPageBehavior with the specified name.

Parameter

Type

Description

name

String

The name.

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

Returns the GotoLastPageBehaviors within the specified range.

Parameter

Type

Description

from

GotoLastPageBehavior

LongInteger

String

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

to

GotoLastPageBehavior

LongInteger

String

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

GotoLastPageBehavior lastItem ()

Returns the last GotoLastPageBehavior in the collection.

GotoLastPageBehavior middleItem ()

Returns the middle GotoLastPageBehavior in the collection.

GotoLastPageBehavior nextItem (obj:GotoLastPageBehavior)

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

Parameter

Type

Description

obj

GotoLastPageBehavior

The GotoLastPageBehavior whose index comes before the desired GotoLastPageBehavior.

GotoLastPageBehavior previousItem (obj:GotoLastPageBehavior)

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

Parameter

Type

Description

obj

GotoLastPageBehavior

The index of the GotoLastPageBehavior that follows the desired GotoLastPageBehavior.

String toSource ()

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

Object of

Button.gotoLastPageBehaviors

CheckBox.gotoLastPageBehaviors

ComboBox.gotoLastPageBehaviors

ListBox.gotoLastPageBehaviors

RadioButton.gotoLastPageBehaviors

TextBox.gotoLastPageBehaviors

SignatureField.gotoLastPageBehaviors