Share via


forms HTML Collection (Windows Embedded CE 6.0)

1/6/2010

The forms collection contains all FORM XHTML Element related objects, in source order, for the document.

Property Data type Access Description

length

Long

Read-only

The number of form objects in the collection.

To find the number of elements in a particular form object, use document.forms[index].elements.length rather than document.forms[index].length.

item

Object

Read-only

Returns a particular form object, given its name or index.

Requirements

Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Concepts

Internet Explorer Embedded HTML Collections