[Gambas-user] control groups

Kari Laine kari.laine at ...1400...
Tue Mar 4 12:57:59 CET 2008


Stefano Palmeri kirjoitti:
> 
> DIM hControl AS Control
> 
> FOR EACH hcontrol IN ME.Children
>     
>     IF object.Type(hControl) = "TextBox" THEN 
>       PRINT hcontrol.name
>     ENDIF 
>     
> NEXT 
> 
> Stefano
Thank You Stefano .
Kari





More information about the User mailing list