Documentazione di Gambas
Application Repository
Come...
Componenti
Da fare
Documentazione Sviluppatori
Come programmare componenti in C/C++
Come programmare componenti in Gambas
Gambas API
Name
GB.Add
Documenti
Indice del linguaggio
LEGGIMI
Lessico
Licenza dello Wiki
Messaggi di errore
Panoramica del linguaggio
Registrazione
Ultime modifiche
Wiki Manual
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
GB.ListEnum
void
GB.ListEnum
( void *
object
)
Starts the enumeration of all iterators that currently enumerates an object.
object
is a enumerable Gambas object.
Iterator enumerations cannot be imbricated.
See also
/wiki/api/cat/enum