Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Property Array
Message
 
 
À
24/01/2003 14:49:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00745219
Message ID:
00745276
Vues:
22
>How can i add property to a Custom Visual Class that supports array bahavior.
>
>for example, if i add a property Columna, i want to be able to make of this property an array, so in code i will say:
>
>this.Columna(1).Value = 0

You're talking about collections here. Otherwise, just use thisform.Columna[1]=0
thisform.Columna[2]=1
etc.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform