MeasurementComboboxes
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
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.
Array
of MeasurementCombobox everyItem ()
Returns every MeasurementCombobox in the collection.
MeasurementCombobox firstItem ()
Returns the first MeasurementCombobox in the collection.
MeasurementCombobox item (index:
varies)
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. |
MeasurementCombobox itemByID (id:
number)
Returns the MeasurementCombobox with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
Array
of MeasurementCombobox itemByRange (from:
varies, to:
varies)
Returns the MeasurementComboboxes within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer MeasurementCombobox String | The MeasurementCombobox, index, or name at the beginning of the range. Can accept: MeasurementCombobox, Long Integer or String. |
to | Long Integer 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.
Element of
BorderPanel.measurementComboboxes
DialogColumn.measurementComboboxes
DialogRow.measurementComboboxes
EnablingGroup.measurementComboboxes
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |