K4 ServerK4MetaDataDefColors

K4 Meta Data Def Colors

Instance Properties

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

Methods

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