A collection of angle comboboxes.
Methods
AngleComboboxadd ([withProperties:
Object])
Creates a new AngleCombobox.
| Parameter | Type | Description |
|---|---|---|
| withProperties | Object | Initial values for properties of the new AngleCombobox (Optional) |
AngleComboboxanyItem ()
Returns any AngleCombobox in the collection.
number count ()
Displays the number of elements in the AngleCombobox.
Array of AngleComboboxeveryItem ()
Returns every AngleCombobox in the collection.
AngleComboboxfirstItem ()
Returns the first AngleCombobox in the collection.
AngleComboboxitem (index:
any)
Returns the AngleCombobox with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
AngleComboboxitemByID (id:
number)
Returns the AngleCombobox with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
AngleComboboxitemByName (name:
string)
Returns the AngleCombobox with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of AngleComboboxitemByRange (from:
any, to:
any)
Returns the AngleComboboxes within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | AngleCombobox Long Integer String |
The AngleCombobox, index, or name at the beginning of the range. Can accept: AngleCombobox, Long Integer or String. |
| to | AngleCombobox Long Integer String |
The AngleCombobox, index, or name at the end of the range. Can accept: AngleCombobox, Long Integer or String. |
AngleComboboxlastItem ()
Returns the last AngleCombobox in the collection.
AngleComboboxmiddleItem ()
Returns the middle AngleCombobox in the collection.
AngleComboboxnextItem (obj:
AngleCombobox)
Returns the AngleCombobox whose index follows the specified AngleCombobox in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | AngleCombobox | The AngleCombobox whose index comes before the desired AngleCombobox. |
AngleComboboxpreviousItem (obj:
AngleCombobox)
Returns the AngleCombobox with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | AngleCombobox | The index of the AngleCombobox that follows the desired AngleCombobox. |
string toSource ()
Generates a string which, if executed, will return the AngleCombobox.
Element of:
BorderPanel.angleComboboxes
DialogColumn.angleComboboxes
DialogRow.angleComboboxes
EnablingGroup.angleComboboxes