287
The ifEnum interface provides the following:
• Reset(): Resets the position to the first element of enumeration.
• Next() As Dynamic: Returns the typed value at the current position and increment position.
• IsNext() As Boolean: Returns True if there is a next element.
• IsEmpty() As Boolean: Returns True if there is not a next element.
Comentários a estes Manuais