Home > Language Reference > Classes
DatabaseIterator Class
+ Object
+ Iterator
+ DatabaseIterator
Description
The DatabaseIterator class is used internally by the HB++ runtime library when iterating over the records or resources of a database 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 |