Instance Properties
| Name | Description | Access |
|---|---|---|
| length | number The number of objects in the collection. | read-only |
Methods
| anyItem( | ) |
→ K4EventInfo |
| count( | ) |
→ number |
| everyItem( | ) |
→ K4EventInfo |
| firstItem( | ) |
→ K4EventInfo |
| item( | index) |
→ K4EventInfo |
| itemByRange( | from, to) |
→ K4EventInfo |
| lastItem( | ) |
→ K4EventInfo |
| middleItem( | ) |
→ K4EventInfo |
| nextItem( | obj) |
→ K4EventInfo |
| previousItem( | obj) |
→ K4EventInfo |
| toSource( | ) |
→ string |
-
anyItem( )→ K4EventInfo -
Returns any K4EventInfo in the collection.
-
count( )→ number -
Displays the number of elements in the K4EventInfo.
-
everyItem( )→ K4EventInfo -
Returns every K4EventInfo in the collection.
-
firstItem( )→ K4EventInfo -
Returns the first K4EventInfo in the collection.
-
item( index)→ K4EventInfo -
Returns the K4EventInfo with the specified index or name.
indexThe index or name. Can accept: Long Integer or String. -
itemByRange( from, to)→ K4EventInfo -
Returns the K4EventInfos within the specified range.
fromThe K4EventInfo, index, or name at the beginning of the range. Can accept: K4EventInfo, Long Integer or String. toThe K4EventInfo, index, or name at the end of the range. Can accept: K4EventInfo, Long Integer or String. -
lastItem( )→ K4EventInfo -
Returns the last K4EventInfo in the collection.
-
middleItem( )→ K4EventInfo -
Returns the middle K4EventInfo in the collection.
-
nextItem( obj)→ K4EventInfo -
Returns the K4EventInfo whose index follows the specified K4EventInfo in the collection.
objK4EventInfo The K4EventInfo whose index comes before the desired K4EventInfo. -
previousItem( obj)→ K4EventInfo -
Returns the K4EventInfo with the index previous to the specified index.
objK4EventInfo The index of the K4EventInfo that follows the desired K4EventInfo. -
toSource( )→ string -
Generates a string which, if executed, will return the K4EventInfo.