[Gambas-user] Listview.movenext question

richard terry rterry at ...1822...
Mon Mar 24 22:20:27 CET 2008


Below is from the docs:

ListView.MoveNext (gb.qt)
Syntax
FUNCTION MoveNext ( ) AS Boolean
 Moves the internal cursor to the next child item. 
 Returns TRUE if there is no child item left.

How does one implement this in code, if one does a movement, I'd normally put:

listview.movement on a line, but how does one 'get back' the result here ie 
the flag.

I tried bresult=listview.movenext  but get error message.

Thanks.

Richard




More information about the User mailing list