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