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