A collection of integer editboxes.
Go to Property Listing | Method Listing
add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The number of objects in the collection. |
IntegerEditbox add (withProperties:Object)
Creates a new IntegerEditbox.
|
Parameter |
Type |
Description |
|---|---|---|
|
withProperties |
Initial values for properties of the new IntegerEditbox (Optional) |
IntegerEditbox anyItem ()
Returns any IntegerEditbox in the collection.
Number count ()
Displays the number of elements in the IntegerEditbox.
IntegerEditbox everyItem ()
Returns every IntegerEditbox in the collection.
IntegerEditbox firstItem ()
Returns the first IntegerEditbox in the collection.
IntegerEditbox item (index:Varies Long String)
Returns the IntegerEditbox with the specified index or name.
|
Parameter |
Type |
Description |
|---|---|---|
|
index |
Long |
The index or name. Can accept: Long or String. |
IntegerEditbox itemByID (id:Number)
Returns the IntegerEditbox with the specified ID.
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
The ID. |
IntegerEditbox itemByName (name:String)
Returns the IntegerEditbox with the specified name.
|
Parameter |
Type |
Description |
|---|---|---|
|
name |
The name. |
IntegerEditbox itemByRange (from:Varies IntegerEditbox Long String, to:Varies IntegerEditbox Long String)
Returns the IntegerEditboxes within the specified range.
|
Parameter |
Type |
Description |
|---|---|---|
|
from |
Long |
The IntegerEditbox, index, or name at the beginning of the range. Can accept: IntegerEditbox, Long or String. |
|
to |
Long |
The IntegerEditbox, index, or name at the end of the range. Can accept: IntegerEditbox, Long or String. |
IntegerEditbox lastItem ()
Returns the last IntegerEditbox in the collection.
IntegerEditbox middleItem ()
Returns the middle IntegerEditbox in the collection.
IntegerEditbox nextItem (obj:IntegerEditbox)
Returns the IntegerEditbox whose index follows the specified IntegerEditbox in the collection.
|
Parameter |
Type |
Description |
|---|---|---|
|
obj |
The IntegerEditbox whose index comes before the desired IntegerEditbox. |
IntegerEditbox previousItem (obj:IntegerEditbox)
Returns the IntegerEditbox with the index previous to the specified index.
|
Parameter |
Type |
Description |
|---|---|---|
|
obj |
The index of the IntegerEditbox that follows the desired IntegerEditbox. |
String toSource ()
Generates a string which, if executed, will return the IntegerEditbox.
DialogColumn.integerEditboxes
EnablingGroup.integerEditboxes
BorderPanel.integerEditboxes
DialogRow.integerEditboxes