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