Xojo.Core.Iterator.Value

From Xojo Documentation

Method

Xojo.Core.Iterator.Value() As Auto

Supported for all project types and targets.

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.