Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSStringHashTable<TValue>.TStringIterator > Methods

TRSStringHashTable<TValue>.TStringIterator.NextElement Method

Scroll Prev Top Next More

Returns the next string key in the enumeration. If there are no more items, the method should raise an exception.

To check if there are more items, use the RSGenerics.Collections.TRSStringHashTable<TValue>.TStringIterator.HasMoreElements method. The NextElement method advances its place in the enumeration and then returns that item. Every call to NextElement returns a new item (until the end of the enumeration). If you wish to access the current item multiple times in a loop, use the RSGenerics.Collections.TRSStringHashTable<TValue>.TStringIterator.CurrentElement method.

Namespace: RSGenerics.Collections

Return Value

Type: String

Implements

IStringIterator.NextElement
 

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb