GotoLastPageBehaviors

A collection of goto last page behavior objects.

Methods

GotoLastPageBehavioradd ([withProperties:
Object])
Creates a new GotoLastPageBehavior.

Parameter Type Description
withProperties Object Initial values for properties of the new GotoLastPageBehavior (Optional)

GotoLastPageBehavioranyItem ()
Returns any GotoLastPageBehavior in the collection.

number count ()
Displays the number of elements in the GotoLastPageBehavior.

Array of GotoLastPageBehavioreveryItem ()
Returns every GotoLastPageBehavior in the collection.

GotoLastPageBehaviorfirstItem ()
Returns the first GotoLastPageBehavior in the collection.

GotoLastPageBehavioritem (index:
any)
Returns the GotoLastPageBehavior with the specified index or name.

Parameter Type Description
index Long Integer
String
The index or name. Can accept: Long Integer or String.

GotoLastPageBehavioritemByID (id:
number)
Returns the GotoLastPageBehavior with the specified ID.

Parameter Type Description
id number The ID.

GotoLastPageBehavioritemByName (name:
string)
Returns the GotoLastPageBehavior with the specified name.

Parameter Type Description
name string The name.

Array of GotoLastPageBehavioritemByRange (from:
any, to:
any)
Returns the GotoLastPageBehaviors within the specified range.

Parameter Type Description
from GotoLastPageBehavior
Long Integer
String
The GotoLastPageBehavior, index, or name at the beginning of the range. Can accept: GotoLastPageBehavior, Long Integer or String.
to GotoLastPageBehavior
Long Integer
String
The GotoLastPageBehavior, index, or name at the end of the range. Can accept: GotoLastPageBehavior, Long Integer or String.

GotoLastPageBehaviorlastItem ()
Returns the last GotoLastPageBehavior in the collection.

GotoLastPageBehaviormiddleItem ()
Returns the middle GotoLastPageBehavior in the collection.

GotoLastPageBehaviornextItem (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.

GotoLastPageBehaviorpreviousItem (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.

Element of:

Button.gotoLastPageBehaviors
FormField.gotoLastPageBehaviors

Leave a Comment

Previous post:

Next post: