KinsokuTables
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
KinsokuTable [] (index:
number)
Returns the KinsokuTable with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
KinsokuTable add (name:
string[, withProperties:
Object])
Creates a new kinsoku table.
Parameter | Type | Description |
---|---|---|
name | string | The name of the new kinsoku table. |
withProperties | Object | Initial values for properties of the new KinsokuTable (Optional) |
KinsokuTable anyItem ()
Returns any KinsokuTable in the collection.
number count ()
Displays the number of elements in the KinsokuTable.
Array
of KinsokuTable everyItem ()
Returns every KinsokuTable in the collection.
KinsokuTable firstItem ()
Returns the first KinsokuTable in the collection.
KinsokuTable item (index:
varies)
Returns the KinsokuTable with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
KinsokuTable itemByID (id:
number)
Returns the KinsokuTable with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
KinsokuTable itemByName (name:
string)
Returns the KinsokuTable with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of KinsokuTable itemByRange (from:
varies, to:
varies)
Returns the KinsokuTables within the specified range.
Parameter | Type | Description |
---|---|---|
from | KinsokuTable Long Integer String | The KinsokuTable, index, or name at the beginning of the range. Can accept: KinsokuTable, Long Integer or String. |
to | KinsokuTable Long Integer String | The KinsokuTable, index, or name at the end of the range. Can accept: KinsokuTable, Long Integer or String. |
KinsokuTable lastItem ()
Returns the last KinsokuTable in the collection.
KinsokuTable middleItem ()
Returns the middle KinsokuTable in the collection.
KinsokuTable nextItem (obj:
KinsokuTable)
Returns the KinsokuTable whose index follows the specified KinsokuTable in the collection.
Parameter | Type | Description |
---|---|---|
obj | KinsokuTable | The KinsokuTable whose index comes before the desired KinsokuTable. |
KinsokuTable previousItem (obj:
KinsokuTable)
Returns the KinsokuTable with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | KinsokuTable | The index of the KinsokuTable that follows the desired KinsokuTable. |
string toSource ()
Generates a string which, if executed, will return the KinsokuTable.
Element of
Application.kinsokuTables
Document.kinsokuTables
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |