MeasurementComboboxes

A collection of measurement comboboxes.

Methods

MeasurementComboboxadd ([withProperties:
Object])
Creates a new MeasurementCombobox.

Parameter Type Description
withProperties Object Initial values for properties of the new MeasurementCombobox (Optional)

MeasurementComboboxanyItem ()
Returns any MeasurementCombobox in the collection.

number count ()
Displays the number of elements in the MeasurementCombobox.

Array of MeasurementComboboxeveryItem ()
Returns every MeasurementCombobox in the collection.

MeasurementComboboxfirstItem ()
Returns the first MeasurementCombobox in the collection.

MeasurementComboboxitem (index:
any)
Returns the MeasurementCombobox with the specified index or name.

Parameter Type Description
index Long Integer
String
The index or name. Can accept: Long Integer or String.

MeasurementComboboxitemByID (id:
number)
Returns the MeasurementCombobox with the specified ID.

Parameter Type Description
id number The ID.

MeasurementComboboxitemByName (name:
string)
Returns the MeasurementCombobox with the specified name.

Parameter Type Description
name string The name.

Array of MeasurementComboboxitemByRange (from:
any, to:
any)
Returns the MeasurementComboboxes within the specified range.

Parameter Type Description
from MeasurementCombobox
Long Integer
String
The MeasurementCombobox, index, or name at the beginning of the range. Can accept: MeasurementCombobox, Long Integer or String.
to MeasurementCombobox
Long Integer
String
The MeasurementCombobox, index, or name at the end of the range. Can accept: MeasurementCombobox, Long Integer or String.

MeasurementComboboxlastItem ()
Returns the last MeasurementCombobox in the collection.

MeasurementComboboxmiddleItem ()
Returns the middle MeasurementCombobox in the collection.

MeasurementComboboxnextItem (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.

MeasurementComboboxpreviousItem (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.

Element of:

BorderPanel.measurementComboboxes
DialogColumn.measurementComboboxes
DialogRow.measurementComboboxes
EnablingGroup.measurementComboboxes

Leave a Comment

Previous post:

Next post: