GotoAnchorBehaviors

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

GotoAnchorBehavior [] (index:Number)

Returns the GotoAnchorBehavior with the specified index.

Parameter

Type

Description

index

Number

The index.

GotoAnchorBehavior add (withProperties:Object)

Creates a new GotoAnchorBehavior.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new GotoAnchorBehavior (Optional)

GotoAnchorBehavior anyItem ()

Returns any GotoAnchorBehavior in the collection.

Number count ()

Displays the number of elements in the GotoAnchorBehavior.

GotoAnchorBehavior everyItem ()

Returns every GotoAnchorBehavior in the collection.

GotoAnchorBehavior firstItem ()

Returns the first GotoAnchorBehavior in the collection.

GotoAnchorBehavior item (index:Varies LongInteger String)

Returns the GotoAnchorBehavior with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

GotoAnchorBehavior itemByID (id:Number)

Returns the GotoAnchorBehavior with the specified ID.

Parameter

Type

Description

id

Number

The ID.

GotoAnchorBehavior itemByName (name:String)

Returns the GotoAnchorBehavior with the specified name.

Parameter

Type

Description

name

String

The name.

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

Returns the GotoAnchorBehaviors within the specified range.

Parameter

Type

Description

from

GotoAnchorBehavior

LongInteger

String

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

to

GotoAnchorBehavior

LongInteger

String

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

GotoAnchorBehavior lastItem ()

Returns the last GotoAnchorBehavior in the collection.

GotoAnchorBehavior middleItem ()

Returns the middle GotoAnchorBehavior in the collection.

GotoAnchorBehavior nextItem (obj:GotoAnchorBehavior)

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

Parameter

Type

Description

obj

GotoAnchorBehavior

The GotoAnchorBehavior whose index comes before the desired GotoAnchorBehavior.

GotoAnchorBehavior previousItem (obj:GotoAnchorBehavior)

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

Parameter

Type

Description

obj

GotoAnchorBehavior

The index of the GotoAnchorBehavior that follows the desired GotoAnchorBehavior.

String toSource ()

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

Object of

Button.gotoAnchorBehaviors

CheckBox.gotoAnchorBehaviors

ComboBox.gotoAnchorBehaviors

ListBox.gotoAnchorBehaviors

RadioButton.gotoAnchorBehaviors

TextBox.gotoAnchorBehaviors

SignatureField.gotoAnchorBehaviors