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