[Gambas-devel] Gambas Question

Rob Kudla sourceforge-raindog2 at ...19...
Wed Mar 29 20:32:30 CEST 2006


On Wed March 29 2006 13:02, Scott, Vince wrote:
> In Gambas is there away to cycle through a group of controls??

You pretty much need to make an array of Object in the 
initialization part of your program and add all the desired 
controls to it.  

A good way to do this is to use the Tag property of each control 
at design time to assign some value to each control so you can 
pick it up when iterating through the controls.  (That is, if 
you're not using the tag property for something else....)

Rob




More information about the Devel mailing list