PercentEditboxes

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

PercentEditbox [] (index:Number)

Returns the PercentEditbox with the specified index.

Parameter

Type

Description

index

Number

The index.

PercentEditbox add (withProperties:Object)

Creates a new PercentEditbox.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new PercentEditbox (Optional)

PercentEditbox anyItem ()

Returns any PercentEditbox in the collection.

Number count ()

Displays the number of elements in the PercentEditbox.

PercentEditbox everyItem ()

Returns every PercentEditbox in the collection.

PercentEditbox firstItem ()

Returns the first PercentEditbox in the collection.

PercentEditbox item (index:Varies LongInteger String)

Returns the PercentEditbox with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

PercentEditbox itemByID (id:Number)

Returns the PercentEditbox with the specified ID.

Parameter

Type

Description

id

Number

The ID.

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

Returns the PercentEditboxes within the specified range.

Parameter

Type

Description

from

LongInteger

PercentEditbox

String

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

to

LongInteger

PercentEditbox

String

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

PercentEditbox lastItem ()

Returns the last PercentEditbox in the collection.

PercentEditbox middleItem ()

Returns the middle PercentEditbox in the collection.

PercentEditbox nextItem (obj:PercentEditbox)

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

Parameter

Type

Description

obj

PercentEditbox

The PercentEditbox whose index comes before the desired PercentEditbox.

PercentEditbox previousItem (obj:PercentEditbox)

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

Parameter

Type

Description

obj

PercentEditbox

The index of the PercentEditbox that follows the desired PercentEditbox.

String toSource ()

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

Object of

DialogColumn.percentEditboxes

EnablingGroup.percentEditboxes

BorderPanel.percentEditboxes

DialogRow.percentEditboxes