[Gambas-user] Control arrays
Rob
sourceforge-raindog2 at ...94...
Mon Jul 21 04:55:40 CEST 2003
On Sunday 20 July 2003 22:45, Nelson Ferraz wrote:
> It would be interesting to treat containers as collections, allowing
> constructs like:
> FOR EACH f IN Form
> PRINT (f.name)
> NEXT
> It doesn't seem to work, though.
However, Form inherits Window which inherits Container, and Container has a
"Children" property.... which I think you can iterate over.
I wonder if I could include an "inherited members" section on each page....
hmmm.
Rob
More information about the User
mailing list