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