Home > Language Reference > Classes
ArrayIterator Class
+ Object
+ Iterator
+ ArrayIterator
Description
The ArrayIterator class is used internally by the HB++ runtime library when iterating over the elements of an array 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 Iterator | Description |
| NextItem | Event sent to advance to the next element. |
| Inherited from Object | Description |
| 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
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | N/A |