[Gambas-user] Parsing through all controls of a form

Rob Kudla sourceforge-raindog2 at ...94...
Thu Jan 19 19:18:19 CET 2006


On Thu January 19 2006 13:09, Rob Kudla wrote:
> This was also the case in VB, but since a number of the things
> we commonly do in Gambas with the tag property (control name,
> index or other identifier for when we're iterating over the
> controls on the form) are available through other means in VB,
> most developers just treat it as a string.

I just found out that the reason most developers treat it as a 
string is that a bug in VB prevented them from assigning an 
object reference to the Tag property.  So in effect, it really 
was just a string.  Gambas for the win once again.

Rob




More information about the User mailing list