Returns the StaticText with the specified index.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Number | readonly | The number of objects in the collection. |
Methods
Creates a new StaticText.
Returns any StaticText in the collection.
→ Number
Displays the number of elements in the StaticText.
→ StaticText[]
Returns every StaticText in the collection.
Returns the first StaticText in the collection.
Returns the StaticText with the specified index or name.
Returns the StaticText with the specified ID.
→ StaticText[]
Returns the StaticTexts within the specified range.
from
LongInteger | StaticText | String
The StaticText, index, or name at the beginning of the range. Can accept: StaticText, Long Integer or String.
to
LongInteger | StaticText | String
The StaticText, index, or name at the end of the range. Can accept: StaticText, Long Integer or String.
Returns the last StaticText in the collection.
Returns the middle StaticText in the collection.
Returns the StaticText whose index follows the specified StaticText in the collection.
Returns the StaticText with the index previous to the specified index.
→ String
Generates a string which, if executed, will return the StaticText.
Object of 4
Properties elsewhere that hold a StaticTexts.