MeasurementEditboxes

A collection of measurement editboxes.

Methods:

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

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

MeasurementEditbox [] (index:Number)

Returns the MeasurementEditbox with the specified index.

Parameter

Type

Description

index

Number

The index.

MeasurementEditbox add (withProperties:Object)

Creates a new MeasurementEditbox.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new MeasurementEditbox (Optional)

MeasurementEditbox anyItem ()

Returns any MeasurementEditbox in the collection.

Number count ()

Displays the number of elements in the MeasurementEditbox.

MeasurementEditbox everyItem ()

Returns every MeasurementEditbox in the collection.

MeasurementEditbox firstItem ()

Returns the first MeasurementEditbox in the collection.

MeasurementEditbox item (index:Varies LongInteger String)

Returns the MeasurementEditbox with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

MeasurementEditbox itemByID (id:Number)

Returns the MeasurementEditbox with the specified ID.

Parameter

Type

Description

id

Number

The ID.

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

Returns the MeasurementEditboxes within the specified range.

Parameter

Type

Description

from

LongInteger

MeasurementEditbox

String

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

to

LongInteger

MeasurementEditbox

String

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

MeasurementEditbox lastItem ()

Returns the last MeasurementEditbox in the collection.

MeasurementEditbox middleItem ()

Returns the middle MeasurementEditbox in the collection.

MeasurementEditbox nextItem (obj:MeasurementEditbox)

Returns the MeasurementEditbox whose index follows the specified MeasurementEditbox in the collection.

Parameter

Type

Description

obj

MeasurementEditbox

The MeasurementEditbox whose index comes before the desired MeasurementEditbox.

MeasurementEditbox previousItem (obj:MeasurementEditbox)

Returns the MeasurementEditbox with the index previous to the specified index.

Parameter

Type

Description

obj

MeasurementEditbox

The index of the MeasurementEditbox that follows the desired MeasurementEditbox.

String toSource ()

Generates a string which, if executed, will return the MeasurementEditbox.

Object of

DialogColumn.measurementEditboxes

EnablingGroup.measurementEditboxes

BorderPanel.measurementEditboxes

DialogRow.measurementEditboxes