HTMLCollection

Collection elements:

HTMLElement
Iteration through collection using For each ... In ... Do operator is available to object. Collection items are retrieved during iteration.
Access to collection item is possible using [...] operator. Index (starting from 0) is passed as an argument.

Methods:

Count
Item
NamedItem

Description:

Collection of HTML elements.

Availability:

Thin client, server, thick client, external connection, Mobile application (client), Mobile application (server).

See also:

HTMLDocument, method GetElementsByName
HTMLDocument, property Images
HTMLDocument, property Applets
HTMLDocument, property Links
HTMLDocument, property Forms
HTMLDocument, property Anchors
HTMLFormElement, property Elements
HTMLTableRowElement, property Cells
HTMLTableElement, method GetRows
HTMLTableElement, method GetTBodies

    

1C:Enterprise Developer's Community