[Gambas-user] control groups

Kari Laine kari.laine at ...1400...
Tue Mar 4 13:08:27 CET 2008


Stefano Palmeri kirjoitti:
> Alle 10:44, martedì 4 marzo 2008, Kari Laine ha scritto:
> 
> DIM hControl AS Control
> 
> FOR EACH hcontrol IN ME.Children
>     
>     IF object.Type(hControl) = "TextBox" THEN 
>       PRINT hcontrol.name
>     ENDIF 
>     
> NEXT 
> 
> Stefano


Hi Stefano,

the code you sended me does not test for the Controls Group. So is it 
possible to use for each syntax for all the controls in the group?

Best Regards
Kari




More information about the User mailing list