TextEditboxes
A collection of text editbox controls.
TextEditboxes Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the text editbox with the specified index or name. |
| length |
Long |
read |
The number of text editboxes in the collection. |
TextEditboxes Methods
| Method |
Returns |
Description |
| add |
TextEditbox |
Create a new text editbox. |
| anyItem |
Object |
Returns any text editbox. |
| firstItem |
Object |
Returns the first text editbox. |
| itemByID |
Object |
Returns the text editbox with the specified ID. |
| itemByRange |
Objects |
Returns the text editboxes within the specified range. |
| lastItem |
Object |
Returns the last text editbox. |
| middleItem |
Object |
Returns the middle text editbox. |
| nextItem |
Object |
Returns the next text editbox. |
| previousItem |
Object |
Returns the previous text editbox. |