Instance Properties
| Name | Description | Access |
|---|---|---|
| length | number The number of objects in the collection. | read-only |
Methods
| add( | [withProperties]) |
→ GotoURLBehavior |
| anyItem( | ) |
→ GotoURLBehavior |
| count( | ) |
→ number |
| everyItem( | ) |
→ GotoURLBehavior |
| firstItem( | ) |
→ GotoURLBehavior |
| item( | index) |
→ GotoURLBehavior |
| itemByID( | id) |
→ GotoURLBehavior |
| itemByName( | name) |
→ GotoURLBehavior |
| itemByRange( | from, to) |
→ GotoURLBehavior |
| lastItem( | ) |
→ GotoURLBehavior |
| nextItem( | obj) |
→ GotoURLBehavior |
| previousItem( | obj) |
→ GotoURLBehavior |
| toSource( | ) |
→ string |
-
add( [withProperties])→ GotoURLBehavior -
Creates a new GotoURLBehavior.
withPropertiesObject Initial values for properties of the new GotoURLBehavior (Optional) -
anyItem( )→ GotoURLBehavior -
Returns any GotoURLBehavior in the collection.
-
count( )→ number -
Displays the number of elements in the GotoURLBehavior.
-
everyItem( )→ GotoURLBehavior -
Returns every GotoURLBehavior in the collection.
-
firstItem( )→ GotoURLBehavior -
Returns the first GotoURLBehavior in the collection.
-
item( index)→ GotoURLBehavior -
Returns the GotoURLBehavior with the specified index or name.
indexThe index or name. Can accept: Long Integer or String. -
itemByID( id)→ GotoURLBehavior -
Returns the GotoURLBehavior with the specified ID.
idnumber The ID. -
itemByName( name)→ GotoURLBehavior -
Returns the GotoURLBehavior with the specified name.
namestring The name. -
itemByRange( from, to)→ GotoURLBehavior -
Returns the GotoURLBehaviors within the specified range.
fromThe GotoURLBehavior, index, or name at the beginning of the range. Can accept: GotoURLBehavior, Long Integer or String. toThe GotoURLBehavior, index, or name at the end of the range. Can accept: GotoURLBehavior, Long Integer or String. -
lastItem( )→ GotoURLBehavior -
Returns the last GotoURLBehavior in the collection.
-
middleItem( )→ GotoURLBehavior -
Returns the middle GotoURLBehavior in the collection.
-
nextItem( obj)→ GotoURLBehavior -
Returns the GotoURLBehavior whose index follows the specified GotoURLBehavior in the collection.
objGotoURLBehavior The GotoURLBehavior whose index comes before the desired GotoURLBehavior. -
previousItem( obj)→ GotoURLBehavior -
Returns the GotoURLBehavior with the index previous to the specified index.
objGotoURLBehavior The index of the GotoURLBehavior that follows the desired GotoURLBehavior. -
toSource( )→ string -
Generates a string which, if executed, will return the GotoURLBehavior.