Home > Language Reference > Classes

StringIterator Class

  + Object
    + Iterator
      + StringIterator

Description

The StringIterator class is used internally by the HB++ runtime library when iterating over the characters of a string with the For Each...Next statement. This class is neither instantiable, nor derivable nor cloneable, and it does not expose any member of interest to the programmer.

Members

Inherited from IteratorDescription
NextItem Event sent to advance to the next element.
Inherited from ObjectDescription
ClassID Returns the type identifier corresponding to the actual class of the object.
Implements Determines whether the object implements the features of a given class.
Iterate Event raised to iterate over the elements of a container object.
Recipient Recipient of events sent by the object.
Serialize Event raised to serialize the object content into a stream.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A