MeasurementEditboxes

A collection of measurement editboxes.

Methods

MeasurementEditboxadd ([withProperties:
Object])
Creates a new MeasurementEditbox.

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

MeasurementEditboxanyItem ()
Returns any MeasurementEditbox in the collection.

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

Array of MeasurementEditboxeveryItem ()
Returns every MeasurementEditbox in the collection.

MeasurementEditboxfirstItem ()
Returns the first MeasurementEditbox in the collection.

MeasurementEditboxitem (index:
any)
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.

MeasurementEditboxitemByID (id:
number)
Returns the MeasurementEditbox with the specified ID.

Parameter Type Description
id number The ID.

MeasurementEditboxitemByName (name:
string)
Returns the MeasurementEditbox with the specified name.

Parameter Type Description
name string The name.

Array of MeasurementEditboxitemByRange (from:
any, to:
any)
Returns the MeasurementEditboxes within the specified range.

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

MeasurementEditboxlastItem ()
Returns the last MeasurementEditbox in the collection.

MeasurementEditboxmiddleItem ()
Returns the middle MeasurementEditbox in the collection.

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

MeasurementEditboxpreviousItem (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

Leave a Comment

Previous post:

Next post: