RealComboboxes

A collection of real number comboboxes.

Methods

RealComboboxadd ([withProperties:
Object])
Creates a new RealCombobox.

Parameter Type Description
withProperties Object Initial values for properties of the new RealCombobox (Optional)

RealComboboxanyItem ()
Returns any RealCombobox in the collection.

number count ()
Displays the number of elements in the RealCombobox.

Array of RealComboboxeveryItem ()
Returns every RealCombobox in the collection.

RealComboboxfirstItem ()
Returns the first RealCombobox in the collection.

RealComboboxitem (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.

RealComboboxitemByID (id:
number)
Returns the RealCombobox with the specified ID.

Parameter Type Description
id number The ID.

RealComboboxitemByName (name:
string)
Returns the RealCombobox with the specified name.

Parameter Type Description
name string The name.

Array of RealComboboxitemByRange (from:
any, to:
any)
Returns the RealComboboxes within the specified range.

Parameter Type Description
from RealCombobox
Long Integer
String
The RealCombobox, index, or name at the beginning of the range. Can accept: RealCombobox, Long Integer or String.
to RealCombobox
Long Integer
String
The RealCombobox, index, or name at the end of the range. Can accept: RealCombobox, Long Integer or String.

RealComboboxlastItem ()
Returns the last RealCombobox in the collection.

RealComboboxmiddleItem ()
Returns the middle RealCombobox in the collection.

RealComboboxnextItem (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.

RealComboboxpreviousItem (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

Leave a Comment

Previous post:

Next post: