Fields object

A Fields object provides a container object for fields in a form.

Properties

TypeAccess typeDescription
Count ReadThe number of fields in a container.
Field(name)ReadThe field object by name.
Item(index)ReadThe field object by index.