A collection of text editboxes.
Methods
TextEditboxadd ([withProperties:
Object])
Creates a new TextEditbox.
| Parameter | Type | Description |
|---|---|---|
| withProperties | Object | Initial values for properties of the new TextEditbox (Optional) |
TextEditboxanyItem ()
Returns any TextEditbox in the collection.
number count ()
Displays the number of elements in the TextEditbox.
Array of TextEditboxeveryItem ()
Returns every TextEditbox in the collection.
TextEditboxfirstItem ()
Returns the first TextEditbox in the collection.
TextEditboxitem (index:
any)
Returns the TextEditbox with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
TextEditboxitemByID (id:
number)
Returns the TextEditbox with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
TextEditboxitemByName (name:
string)
Returns the TextEditbox with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of TextEditboxitemByRange (from:
any, to:
any)
Returns the TextEditboxes within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | TextEditbox Long Integer String |
The TextEditbox, index, or name at the beginning of the range. Can accept: TextEditbox, Long Integer or String. |
| to | TextEditbox Long Integer String |
The TextEditbox, index, or name at the end of the range. Can accept: TextEditbox, Long Integer or String. |
TextEditboxlastItem ()
Returns the last TextEditbox in the collection.
TextEditboxmiddleItem ()
Returns the middle TextEditbox in the collection.
TextEditboxnextItem (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. |
TextEditboxpreviousItem (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.
Element of:
BorderPanel.textEditboxes
DialogColumn.textEditboxes
DialogRow.textEditboxes
EnablingGroup.textEditboxes