KinsokuTables

A collection of kinsoku tables.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

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.

KinsokuTable everyItem ()

Returns every KinsokuTable in the collection.

KinsokuTable firstItem ()

Returns the first KinsokuTable in the collection.

KinsokuTable item (index:Varies LongInteger String)

Returns the KinsokuTable with the specified index or name.

Parameter

Type

Description

index

LongInteger

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.

KinsokuTable itemByRange (from:Varies KinsokuTable LongInteger String, to:Varies KinsokuTable LongInteger String)

Returns the KinsokuTables within the specified range.

Parameter

Type

Description

from

KinsokuTable

LongInteger

String

The KinsokuTable, index, or name at the beginning of the range. Can accept: KinsokuTable, Long Integer or String.

to

KinsokuTable

LongInteger

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.

Object of

Application.kinsokuTables

Document.kinsokuTables