Resets the iterator to the beginning of the enumeration.
Namespace: InterfaceCollections
Delphi |
public |
Implements
IIterator.Reset
IObjectIterator.Reset
The following code gives a sample implementation from the TListIterator object, List is the TList that is supplying the underlying elements and Index is a hidden index for the enumeration: Delphi |
begin |