States
A collection of form field appearance states.
States Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of States. |
| Item |
Object |
read |
Returns the State with the specified index or name as Long or String. |
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