new Enumerator(active_x_object)
See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Microsoft_JavaScript_extensions/Enumerator.
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.