Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VCX create code
Message
From
17/12/2018 12:30:08
 
 
To
17/12/2018 11:20:09
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
01664552
Message ID:
01664561
Views:
73
>>>>Are there any projects out there which take a .VCX and manually create the classes within without using VFP's built-in AddObject(), CREATEOBJECT() or NEWOBJECT()?
>>>>Or a project which will document (in even text or XML) the full dependency class list of a named class in a .VCX?
>
>Rick,
>I can't understand exactly what you want to do with your first question,

If there was a way to take a class that has, for example, a container object and one label inside. It would read in the class info, create a container object, addobject() for the label, set all its attributes, etc., manually, rather than doing it through VFP's built-in functionality?

>but for the second you can build that information on top of the array returned by AVCXCLASSES(), as long as the class definition chain remains visual until it reaches the base class.

That's where I'm working right now. I was hoping something was already written to iterate through all child classes, being able to at least document if not instantiate an object all the way down without using VFP's built-in functionality.
Previous
Reply
Map
View

Click here to load this message in the networking platform