Home > lang > special > next 
 en fr de es it nl pl pt pt_BR sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
_next
[ Static ] Public _next ( ) [ As Datatype ]

The _next Метод is called when the interpreter uses the FOR EACH ... IN instruction to enumerate the Објект.

The method takes no parameters, and may return an enumerated data.

The method can be static. Then, the Класа will be enumerable, not the object.

This method can return nothing. Then, you will enumerate the object with a FOR EACH instruction, without the IN part.

Inside the _next method implementation, you will use the Enum class to manage the enumeration:

See also

Special Methods, Enum