K4 ServerK4AfterDialogObjects

K4 After Dialog Objects

Instance Properties

Name Description Access
length number The number of objects in the collection. read-only

Methods

count(
)
 → number
item(
index)
 → K4AfterDialogObject
itemByRange(
from, to)
 → K4AfterDialogObject
toSource(
)
 → string
anyItem(
)
 → K4AfterDialogObject
Returns any K4AfterDialogObject in the collection.
count(
)
 → number
Displays the number of elements in the K4AfterDialogObject.
everyItem(
)
 → K4AfterDialogObject
Returns every K4AfterDialogObject in the collection.
firstItem(
)
 → K4AfterDialogObject
Returns the first K4AfterDialogObject in the collection.
item(
index)
 → K4AfterDialogObject
Returns the K4AfterDialogObject with the specified index or name.
index The index or name. Can accept: Long Integer or String.
itemByRange(
from, to)
 → K4AfterDialogObject
Returns the K4AfterDialogObjects within the specified range.
from The K4AfterDialogObject, index, or name at the beginning of the range. Can accept: K4AfterDialogObject, Long Integer or String.
to The K4AfterDialogObject, index, or name at the end of the range. Can accept: K4AfterDialogObject, Long Integer or String.
lastItem(
)
 → K4AfterDialogObject
Returns the last K4AfterDialogObject in the collection.
middleItem(
)
 → K4AfterDialogObject
Returns the middle K4AfterDialogObject in the collection.
nextItem(
obj)
 → K4AfterDialogObject
Returns the K4AfterDialogObject whose index follows the specified K4AfterDialogObject in the collection.
obj K4AfterDialogObject The K4AfterDialogObject whose index comes before the desired K4AfterDialogObject.
previousItem(
obj)
 → K4AfterDialogObject
Returns the K4AfterDialogObject with the index previous to the specified index.
obj K4AfterDialogObject The index of the K4AfterDialogObject that follows the desired K4AfterDialogObject.
toSource(
)
 → string
Generates a string which, if executed, will return the K4AfterDialogObject.