FormFields
A collection of form fields.
FormFields Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the form field with the specified index or name. |
| length |
Long |
read |
The number of form fields in the collection. |
FormFields Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any form field. |
| firstItem |
Object |
Returns the first form field. |
| itemByID |
Object |
Returns the form field with the specified ID. |
| itemByRange |
Objects |
Returns the form fields within the specified range. |
| lastItem |
Object |
Returns the last form field. |
| middleItem |
Object |
Returns the middle form field. |
| nextItem |
Object |
Returns the next form field. |
| previousItem |
Object |
Returns the previous form field. |
Previous post: GalleyPreference
Next post: FormField