TextEditboxes

A collection of text 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

TextEditbox [] (index:Number)

Returns the TextEditbox with the specified index.

Parameter

Type

Description

index

Number

The index.

TextEditbox add (withProperties:Object)

Creates a new TextEditbox.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new TextEditbox (Optional)

TextEditbox anyItem ()

Returns any TextEditbox in the collection.

Number count ()

Displays the number of elements in the TextEditbox.

TextEditbox everyItem ()

Returns every TextEditbox in the collection.

TextEditbox firstItem ()

Returns the first TextEditbox in the collection.

TextEditbox item (index:Varies LongInteger String)

Returns the TextEditbox with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

TextEditbox itemByID (id:Number)

Returns the TextEditbox with the specified ID.

Parameter

Type

Description

id

Number

The ID.

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

Returns the TextEditboxes within the specified range.

Parameter

Type

Description

from

LongInteger

TextEditbox

String

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

to

LongInteger

TextEditbox

String

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

TextEditbox lastItem ()

Returns the last TextEditbox in the collection.

TextEditbox middleItem ()

Returns the middle TextEditbox in the collection.

TextEditbox nextItem (obj:TextEditbox)

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

Parameter

Type

Description

obj

TextEditbox

The TextEditbox whose index comes before the desired TextEditbox.

TextEditbox previousItem (obj:TextEditbox)

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

Parameter

Type

Description

obj

TextEditbox

The index of the TextEditbox that follows the desired TextEditbox.

String toSource ()

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

Object of

DialogColumn.textEditboxes

EnablingGroup.textEditboxes

BorderPanel.textEditboxes

DialogRow.textEditboxes