RealEditboxes

A collection of real number editboxes.

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

RealEditbox [] (index:Number)

Returns the RealEditbox with the specified index.

Parameter

Type

Description

index

Number

The index.

RealEditbox add (withProperties:Object)

Creates a new RealEditbox.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new RealEditbox (Optional)

RealEditbox anyItem ()

Returns any RealEditbox in the collection.

Number count ()

Displays the number of elements in the RealEditbox.

RealEditbox everyItem ()

Returns every RealEditbox in the collection.

RealEditbox firstItem ()

Returns the first RealEditbox in the collection.

RealEditbox item (index:Varies LongInteger String)

Returns the RealEditbox with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

RealEditbox itemByID (id:Number)

Returns the RealEditbox with the specified ID.

Parameter

Type

Description

id

Number

The ID.

RealEditbox itemByRange (from:Varies LongInteger RealEditbox String, to:Varies LongInteger RealEditbox String)

Returns the RealEditboxes within the specified range.

Parameter

Type

Description

from

LongInteger

RealEditbox

String

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

to

LongInteger

RealEditbox

String

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

RealEditbox lastItem ()

Returns the last RealEditbox in the collection.

RealEditbox middleItem ()

Returns the middle RealEditbox in the collection.

RealEditbox nextItem (obj:RealEditbox)

Returns the RealEditbox whose index follows the specified RealEditbox in the collection.

Parameter

Type

Description

obj

RealEditbox

The RealEditbox whose index comes before the desired RealEditbox.

RealEditbox previousItem (obj:RealEditbox)

Returns the RealEditbox with the index previous to the specified index.

Parameter

Type

Description

obj

RealEditbox

The index of the RealEditbox that follows the desired RealEditbox.

String toSource ()

Generates a string which, if executed, will return the RealEditbox.

Object of

DialogColumn.realEditboxes

EnablingGroup.realEditboxes

BorderPanel.realEditboxes

DialogRow.realEditboxes