Enumerator(active_x_object)

new Enumerator(active_x_object)

Parameters:
Name Type Description
active_x_object ActiveXObject Any ActiveX collection object.

Methods

atEnd() → {boolean}

Returns a Boolean value indicating if the enumerator is at the end of the collection.
Returns:
boolean

item() → {*}

Returns the current item in the collection.
Returns:
*

moveFirst()

Resets the current item in the collection to the first item.

moveNext()

Moves the current item to the next item in the collection.