RealEditboxes

A collection of real number editboxes.

Methods

RealEditboxadd ([withProperties:
Object])
Creates a new RealEditbox.

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

RealEditboxanyItem ()
Returns any RealEditbox in the collection.

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

Array of RealEditboxeveryItem ()
Returns every RealEditbox in the collection.

RealEditboxfirstItem ()
Returns the first RealEditbox in the collection.

RealEditboxitem (index:
any)
Returns the RealEditbox with the specified index or name.

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

RealEditboxitemByID (id:
number)
Returns the RealEditbox with the specified ID.

Parameter Type Description
id number The ID.

RealEditboxitemByName (name:
string)
Returns the RealEditbox with the specified name.

Parameter Type Description
name string The name.

Array of RealEditboxitemByRange (from:
any, to:
any)
Returns the RealEditboxes within the specified range.

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

RealEditboxlastItem ()
Returns the last RealEditbox in the collection.

RealEditboxmiddleItem ()
Returns the middle RealEditbox in the collection.

RealEditboxnextItem (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.

RealEditboxpreviousItem (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.

Element of:

BorderPanel.realEditboxes
DialogColumn.realEditboxes
DialogRow.realEditboxes
EnablingGroup.realEditboxes

Leave a Comment

Previous post:

Next post: