Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Nobody uses control arrays???
Message
De
20/11/1996 00:47:19
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00012312
Message ID:
00012851
Vues:
45
>
>Excuse me for insisting, but you could for example clear all the
>texboxes, or en/disable them, using this array:
>
>
>for x= 1 to thisform.controlcount
>	if upper(thisform.controls[x].baseclass)='TEXTBOX'
>		thisforms.controls[x].value= ''
>	endif
>endfor
>
>
>And if you add properties to abstract classes you could call them as
>well. Now how is that for polymorphism?
>
>Marc

...Looks great! You won!
Some things are better be left unknown...NOT!!!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform