A collection of percent editboxes.
Methods
PercentEditboxadd ([withProperties:
Object])
Creates a new PercentEditbox.
| Parameter | Type | Description |
|---|---|---|
| withProperties | Object | Initial values for properties of the new PercentEditbox (Optional) |
PercentEditboxanyItem ()
Returns any PercentEditbox in the collection.
number count ()
Displays the number of elements in the PercentEditbox.
Array of PercentEditboxeveryItem ()
Returns every PercentEditbox in the collection.
PercentEditboxfirstItem ()
Returns the first PercentEditbox in the collection.
PercentEditboxitem (index:
any)
Returns the PercentEditbox with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
PercentEditboxitemByID (id:
number)
Returns the PercentEditbox with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
PercentEditboxitemByName (name:
string)
Returns the PercentEditbox with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of PercentEditboxitemByRange (from:
any, to:
any)
Returns the PercentEditboxes within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | PercentEditbox Long Integer String |
The PercentEditbox, index, or name at the beginning of the range. Can accept: PercentEditbox, Long Integer or String. |
| to | PercentEditbox Long Integer String |
The PercentEditbox, index, or name at the end of the range. Can accept: PercentEditbox, Long Integer or String. |
PercentEditboxlastItem ()
Returns the last PercentEditbox in the collection.
PercentEditboxmiddleItem ()
Returns the middle PercentEditbox in the collection.
PercentEditboxnextItem (obj:
PercentEditbox)
Returns the PercentEditbox whose index follows the specified PercentEditbox in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | PercentEditbox | The PercentEditbox whose index comes before the desired PercentEditbox. |
PercentEditboxpreviousItem (obj:
PercentEditbox)
Returns the PercentEditbox with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | PercentEditbox | The index of the PercentEditbox that follows the desired PercentEditbox. |
string toSource ()
Generates a string which, if executed, will return the PercentEditbox.
Element of:
BorderPanel.percentEditboxes
DialogColumn.percentEditboxes
DialogRow.percentEditboxes
EnablingGroup.percentEditboxes