GotoFirstPageBehaviors
A collection of goto first page behavior objects.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
GotoFirstPageBehavior [] (index:Number)
Returns the GotoFirstPageBehavior with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
GotoFirstPageBehavior add (withProperties:Object)
Creates a new GotoFirstPageBehavior.
Parameter |
Type |
Description |
---|---|---|
withProperties |
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 |
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 |
The ID. |
GotoFirstPageBehavior itemByName (name:String)
Returns the GotoFirstPageBehavior with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
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 |
LongInteger |
The GotoFirstPageBehavior, index, or name at the beginning of the range. Can accept: GotoFirstPageBehavior, Long Integer or String. |
to |
LongInteger |
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 |
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 |
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