States
A collection of form field appearance states.
States Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the state with the specified index or name. |
| length |
Long |
read |
The number of states in the collection. |
States Methods
| Method |
Returns |
Description |
| add |
State |
Create a new state. |
| anyItem |
Object |
Returns any state. |
| firstItem |
Object |
Returns the first state. |
| itemByID |
Object |
Returns the state with the specified ID. |
| itemByRange |
Objects |
Returns the states within the specified range. |
| lastItem |
Object |
Returns the last state. |
| middleItem |
Object |
Returns the middle state. |
| nextItem |
Object |
Returns the next state. |
| previousItem |
Object |
Returns the previous state. |
Previous post: StaticText
Next post: State