Dictionary Collection Iterator - MoveNext Method
Move to the next item in the collection
Member of Dictionary Collection Iterator (PRIM_DCIT)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Boolean | Returns True if there was another object in the collection to move to |
Details
The MoveNext method moves to the next item in the collection.
The Result parameter will be True if an object was found.