Returns the TextEditbox with the specified index.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Number | readonly | The number of objects in the collection. |
Methods
Creates a new TextEditbox.
Returns any TextEditbox in the collection.
→ Number
Displays the number of elements in the TextEditbox.
→ TextEditbox[]
Returns every TextEditbox in the collection.
Returns the first TextEditbox in the collection.
Returns the TextEditbox with the specified index or name.
Returns the TextEditbox with the specified ID.
→ TextEditbox[]
Returns the TextEditboxes within the specified range.
from
LongInteger | TextEditbox | String
The TextEditbox, index, or name at the beginning of the range. Can accept: TextEditbox, Long Integer or String.
to
LongInteger | TextEditbox | String
The TextEditbox, index, or name at the end of the range. Can accept: TextEditbox, Long Integer or String.
Returns the last TextEditbox in the collection.
Returns the middle TextEditbox in the collection.
Returns the TextEditbox whose index follows the specified TextEditbox in the collection.
Returns the TextEditbox with the index previous to the specified index.
→ String
Generates a string which, if executed, will return the TextEditbox.
Object of 4
Properties elsewhere that hold a TextEditboxes.