Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating an array of objects - can it be done?
Message
From
27/07/1999 02:19:42
 
 
To
26/07/1999 11:23:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00246094
Message ID:
00246457
Views:
14
>Does anyone know of a way to create, at runtime, an array of the objects which are contained on a form?

have you tried "=acopy(thisform.controls, laControls)" ?

you can examine the properties like this: "laControls[N].Property"

of course, it is easier to do: "thisform.controls[N].Property"
Previous
Reply
Map
View

Click here to load this message in the networking platform