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