Iterator.Value
From Xojo Documentation
Method
The value of the current item in the iterator. The Value is invalid when MoveNext returns False. It is also invalid before the first call to MoveNext.
Notes
Return the value of the current item in the iterator.