IntegerEditboxes

A collection of integer editboxes.

Methods

IntegerEditboxadd ([withProperties:
Object])
Creates a new IntegerEditbox.

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

IntegerEditboxanyItem ()
Returns any IntegerEditbox in the collection.

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

Array of IntegerEditboxeveryItem ()
Returns every IntegerEditbox in the collection.

IntegerEditboxfirstItem ()
Returns the first IntegerEditbox in the collection.

IntegerEditboxitem (index:
any)
Returns the IntegerEditbox with the specified index or name.

Parameter Type Description
index Long Integer
String
The index or name. Can accept: Long Integer or String.

IntegerEditboxitemByID (id:
number)
Returns the IntegerEditbox with the specified ID.

Parameter Type Description
id number The ID.

IntegerEditboxitemByName (name:
string)
Returns the IntegerEditbox with the specified name.

Parameter Type Description
name string The name.

Array of IntegerEditboxitemByRange (from:
any, to:
any)
Returns the IntegerEditboxes within the specified range.

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

IntegerEditboxlastItem ()
Returns the last IntegerEditbox in the collection.

IntegerEditboxmiddleItem ()
Returns the middle IntegerEditbox in the collection.

IntegerEditboxnextItem (obj:
IntegerEditbox)
Returns the IntegerEditbox whose index follows the specified IntegerEditbox in the collection.

Parameter Type Description
obj IntegerEditbox The IntegerEditbox whose index comes before the desired IntegerEditbox.

IntegerEditboxpreviousItem (obj:
IntegerEditbox)
Returns the IntegerEditbox with the index previous to the specified index.

Parameter Type Description
obj IntegerEditbox The index of the IntegerEditbox that follows the desired IntegerEditbox.

string toSource ()
Generates a string which, if executed, will return the IntegerEditbox.

Element of:

BorderPanel.integerEditboxes
DialogColumn.integerEditboxes
DialogRow.integerEditboxes
EnablingGroup.integerEditboxes

Leave a Comment

Previous post:

Next post: