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