GotoURLBehaviors
A collection of goto URL 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
GotoURLBehavior [] (index:Number)
Returns the GotoURLBehavior with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
GotoURLBehavior add (withProperties:Object)
Creates a new GotoURLBehavior.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new GotoURLBehavior (Optional) |
GotoURLBehavior anyItem ()
Returns any GotoURLBehavior in the collection.
Number count ()
Displays the number of elements in the GotoURLBehavior.
GotoURLBehavior everyItem ()
Returns every GotoURLBehavior in the collection.
GotoURLBehavior firstItem ()
Returns the first GotoURLBehavior in the collection.
GotoURLBehavior item (index:Varies LongInteger String)
Returns the GotoURLBehavior with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
GotoURLBehavior itemByID (id:Number)
Returns the GotoURLBehavior with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
GotoURLBehavior itemByName (name:String)
Returns the GotoURLBehavior with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
GotoURLBehavior itemByRange (from:Varies GotoURLBehavior LongInteger String, to:Varies GotoURLBehavior LongInteger String)
Returns the GotoURLBehaviors within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The GotoURLBehavior, index, or name at the beginning of the range. Can accept: GotoURLBehavior, Long Integer or String. |
to |
LongInteger |
The GotoURLBehavior, index, or name at the end of the range. Can accept: GotoURLBehavior, Long Integer or String. |
GotoURLBehavior lastItem ()
Returns the last GotoURLBehavior in the collection.
GotoURLBehavior middleItem ()
Returns the middle GotoURLBehavior in the collection.
GotoURLBehavior nextItem (obj:GotoURLBehavior)
Returns the GotoURLBehavior whose index follows the specified GotoURLBehavior in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The GotoURLBehavior whose index comes before the desired GotoURLBehavior. |
GotoURLBehavior previousItem (obj:GotoURLBehavior)
Returns the GotoURLBehavior with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the GotoURLBehavior that follows the desired GotoURLBehavior. |
String toSource ()
Generates a string which, if executed, will return the GotoURLBehavior.
Object of
Button.gotoURLBehaviors
CheckBox.gotoURLBehaviors
ComboBox.gotoURLBehaviors
ListBox.gotoURLBehaviors
RadioButton.gotoURLBehaviors
TextBox.gotoURLBehaviors
SignatureField.gotoURLBehaviors