RealComboboxes

A collection of real number comboboxes.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

RealCombobox [] (index:Number)

Returns the RealCombobox with the specified index.

Parameter

Type

Description

index

Number

The index.

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.

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

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 itemByRange (from:Varies LongInteger RealCombobox String, to:Varies LongInteger RealCombobox String)

Returns the RealComboboxes within the specified range.

Parameter

Type

Description

from

LongInteger

RealCombobox

String

The RealCombobox, index, or name at the beginning of the range. Can accept: RealCombobox, Long Integer or String.

to

LongInteger

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.

Object of

DialogColumn.realComboboxes

EnablingGroup.realComboboxes

BorderPanel.realComboboxes

DialogRow.realComboboxes