Skip to main content

reset

Short summary

This method resets the iterator.

Example:

iterator.reset();
WHILE(iterator.moveNext())DO
foo := iterator.current.hashCode;
bar := iterator.current.name;
END_WHILE

Parameters

none

Code

Declaration

METHOD reset

Implementation

THIS^.iterate(execute := FALSE);