Show/Hide Toolbars

RiverSoftAVG Products Help

Returns the current item in the enumeration (for CommonInterfaces.IStringIterator ), your "place" in the enumeration. When the iterator is first supplied or when it is    Reset, there is no current element (calling this method in such a case would raise an exception). Only after the first call to the    NextElement method will this method return a value. Unlike the NextElement method which returns a new value every time you call it, this method always returns the same value no matter how many times you call it (until NextElement is called, of course).

This method is part of the CommonInterfaces.IStringIterator interface.

noteNote

The    CurrentElementO method implements the CurrentElement method for the IObjectIterator interface, and the    CurrentElementP method implements the CurrentElement method for the IIterator interface.

Namespace: RSInterfaceCollections

Return Value

Type: String

Implements

IStringIterator.CurrentElement
IIterator.CurrentElement
IObjectIterator.CurrentElement
 

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb