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