A collection of percent editboxes.
Go to Property Listing | Method Listing
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
PercentEditbox [] (index:Number)
Returns the PercentEditbox with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
PercentEditbox add (withProperties:Object)
Creates a new PercentEditbox.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new PercentEditbox (Optional) |
PercentEditbox anyItem ()
Returns any PercentEditbox in the collection.
Number count ()
Displays the number of elements in the PercentEditbox.
PercentEditbox everyItem ()
Returns every PercentEditbox in the collection.
PercentEditbox firstItem ()
Returns the first PercentEditbox in the collection.
PercentEditbox item (index:Varies LongInteger String)
Returns the PercentEditbox with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
PercentEditbox itemByID (id:Number)
Returns the PercentEditbox with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
PercentEditbox itemByRange (from:Varies LongInteger PercentEditbox String, to:Varies LongInteger PercentEditbox String)
Returns the PercentEditboxes within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The PercentEditbox, index, or name at the beginning of the range. Can accept: PercentEditbox, Long Integer or String. |
to |
LongInteger |
The PercentEditbox, index, or name at the end of the range. Can accept: PercentEditbox, Long Integer or String. |
PercentEditbox lastItem ()
Returns the last PercentEditbox in the collection.
PercentEditbox middleItem ()
Returns the middle PercentEditbox in the collection.
PercentEditbox nextItem (obj:PercentEditbox)
Returns the PercentEditbox whose index follows the specified PercentEditbox in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The PercentEditbox whose index comes before the desired PercentEditbox. |
PercentEditbox previousItem (obj:PercentEditbox)
Returns the PercentEditbox with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the PercentEditbox that follows the desired PercentEditbox. |
String toSource ()
Generates a string which, if executed, will return the PercentEditbox.
DialogColumn.percentEditboxes
EnablingGroup.percentEditboxes
BorderPanel.percentEditboxes
DialogRow.percentEditboxes