Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Property Array
Message
 
 
To
24/01/2003 14:49:02
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00745219
Message ID:
00745276
Views:
21
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform