A collection of percent comboboxes.
Methods
PercentComboboxadd ([withProperties:
Object])
Creates a new PercentCombobox.
| Parameter | Type | Description |
|---|---|---|
| withProperties | Object | Initial values for properties of the new PercentCombobox (Optional) |
PercentComboboxanyItem ()
Returns any PercentCombobox in the collection.
number count ()
Displays the number of elements in the PercentCombobox.
Array of PercentComboboxeveryItem ()
Returns every PercentCombobox in the collection.
PercentComboboxfirstItem ()
Returns the first PercentCombobox in the collection.
PercentComboboxitem (index:
any)
Returns the PercentCombobox with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
PercentComboboxitemByID (id:
number)
Returns the PercentCombobox with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
PercentComboboxitemByName (name:
string)
Returns the PercentCombobox with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of PercentComboboxitemByRange (from:
any, to:
any)
Returns the PercentComboboxes within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | PercentCombobox Long Integer String |
The PercentCombobox, index, or name at the beginning of the range. Can accept: PercentCombobox, Long Integer or String. |
| to | PercentCombobox Long Integer String |
The PercentCombobox, index, or name at the end of the range. Can accept: PercentCombobox, Long Integer or String. |
PercentComboboxlastItem ()
Returns the last PercentCombobox in the collection.
PercentComboboxmiddleItem ()
Returns the middle PercentCombobox in the collection.
PercentComboboxnextItem (obj:
PercentCombobox)
Returns the PercentCombobox whose index follows the specified PercentCombobox in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | PercentCombobox | The PercentCombobox whose index comes before the desired PercentCombobox. |
PercentComboboxpreviousItem (obj:
PercentCombobox)
Returns the PercentCombobox with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | PercentCombobox | The index of the PercentCombobox that follows the desired PercentCombobox. |
string toSource ()
Generates a string which, if executed, will return the PercentCombobox.
Element of:
BorderPanel.percentComboboxes
DialogColumn.percentComboboxes
DialogRow.percentComboboxes
EnablingGroup.percentComboboxes