TextEditboxes
A collection of text editboxes.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
TextEditbox [] (index:Number)
Returns the TextEditbox with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
TextEditbox add (withProperties:Object)
Creates a new TextEditbox.
Parameter |
Type |
Description |
---|---|---|
withProperties |
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 |
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 |
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 |
The TextEditbox, index, or name at the beginning of the range. Can accept: TextEditbox, Long Integer or String. |
to |
LongInteger |
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 |
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 |
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