Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reading class properties without instantiating a class
Message
From
29/09/2006 13:10:26
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01158181
Message ID:
01158214
Views:
21
>Hi everybody,
>
>We may want to be able to read some class properties (set in design time) without instantiating the class. There is one class library with lots of classes. I assume, the only way to get the properties is to read through vcx? What if the class is defined in the program?
>
>What do you think?
>
>Thanks in advance.

with VCX.properties : ALINES() + some line of code

with PRG : APROCINFO(...,1) + some line of code

Why you cannot load the class ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform