RealComboboxes
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
RealCombobox add ([withProperties:
Object])
Creates a new RealCombobox.
Parameter | Type | Description |
---|---|---|
withProperties | Object | 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.
Array
of RealCombobox everyItem ()
Returns every RealCombobox in the collection.
RealCombobox firstItem ()
Returns the first RealCombobox in the collection.
RealCombobox item (index:
any)
Returns the RealCombobox with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | 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 | number | The ID. |
RealCombobox itemByName (name:
string)
Returns the RealCombobox with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of RealCombobox itemByRange (from:
any, to:
any)
Returns the RealComboboxes within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer RealCombobox String | The RealCombobox, index, or name at the beginning of the range. Can accept: RealCombobox, Long Integer or String. |
to | Long Integer RealCombobox String | 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 | RealCombobox | 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 | RealCombobox | The index of the RealCombobox that follows the desired RealCombobox. |
string toSource ()
Generates a string which, if executed, will return the RealCombobox.
Element of
BorderPanel.realComboboxes
DialogColumn.realComboboxes
DialogRow.realComboboxes
EnablingGroup.realComboboxes
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |