MeasurementEditboxes
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
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.
Array
of MeasurementEditbox everyItem ()
Returns every MeasurementEditbox in the collection.
MeasurementEditbox firstItem ()
Returns the first MeasurementEditbox in the collection.
MeasurementEditbox item (index:
varies)
Returns the MeasurementEditbox with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer 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. |
Array
of MeasurementEditbox itemByRange (from:
varies, to:
varies)
Returns the MeasurementEditboxes within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer MeasurementEditbox String | The MeasurementEditbox, index, or name at the beginning of the range. Can accept: MeasurementEditbox, Long Integer or String. |
to | Long Integer 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.
Element of
BorderPanel.measurementEditboxes
DialogColumn.measurementEditboxes
DialogRow.measurementEditboxes
EnablingGroup.measurementEditboxes
Jongware, 29-Apr-2012 v3.0.3i | Contents :: Index |