IntegerEditboxes
A collection of integer editboxes.
IntegerEditboxes Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of IntegerEditboxes. |
| Item |
Object |
read |
Returns the IntegerEditbox with the specified index or name as Long or String. |
IntegerEditboxes Methods
| Method |
Returns |
Description |
| Add |
IntegerEditbox |
Create a new IntegerEditbox. |
| AnyItem |
Object |
Returns any IntegerEditbox. |
| FirstItem |
Object |
Returns the first IntegerEditbox. |
| ItemByID |
Object |
Returns the IntegerEditbox with the specified ID. |
| ItemByRange |
Objects |
Returns the IntegerEditboxes within the specified range. |
| LastItem |
Object |
Returns the last IntegerEditbox. |
| MiddleItem |
Object |
Returns the middle IntegerEditbox. |
| NextItem |
Object |
Returns the next IntegerEditbox. |
| PreviousItem |
Object |
Returns the previous IntegerEditbox. |