MeasurementComboboxes

A collection of measurement comboboxes.

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

MeasurementCombobox [] (index:Number)

Returns the MeasurementCombobox with the specified index.

Parameter

Type

Description

index

Number

The index.

MeasurementCombobox add (withProperties:Object)

Creates a new MeasurementCombobox.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new MeasurementCombobox (Optional)

MeasurementCombobox anyItem ()

Returns any MeasurementCombobox in the collection.

Number count ()

Displays the number of elements in the MeasurementCombobox.

MeasurementCombobox everyItem ()

Returns every MeasurementCombobox in the collection.

MeasurementCombobox firstItem ()

Returns the first MeasurementCombobox in the collection.

MeasurementCombobox item (index:Varies LongInteger String)

Returns the MeasurementCombobox with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

MeasurementCombobox itemByID (id:Number)

Returns the MeasurementCombobox with the specified ID.

Parameter

Type

Description

id

Number

The ID.

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

Returns the MeasurementComboboxes within the specified range.

Parameter

Type

Description

from

LongInteger

MeasurementCombobox

String

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

to

LongInteger

MeasurementCombobox

String

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

MeasurementCombobox lastItem ()

Returns the last MeasurementCombobox in the collection.

MeasurementCombobox middleItem ()

Returns the middle MeasurementCombobox in the collection.

MeasurementCombobox nextItem (obj:MeasurementCombobox)

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

Parameter

Type

Description

obj

MeasurementCombobox

The MeasurementCombobox whose index comes before the desired MeasurementCombobox.

MeasurementCombobox previousItem (obj:MeasurementCombobox)

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

Parameter

Type

Description

obj

MeasurementCombobox

The index of the MeasurementCombobox that follows the desired MeasurementCombobox.

String toSource ()

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

Object of

DialogColumn.measurementComboboxes

EnablingGroup.measurementComboboxes

BorderPanel.measurementComboboxes

DialogRow.measurementComboboxes