Resets the iterator to the beginning of the enumeration.
Namespace: RSGenerics.Collections
Delphi |
public |
Implements
The following code gives a sample implementation from the TStringsIterator object, List is the TStrings that is supplying the underlying elements and Index is a hidden index for the enumeration:
|