Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VCX create code
Message
De
17/12/2018 12:30:08
 
 
À
17/12/2018 11:20:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
01664552
Message ID:
01664561
Vues:
74
>>>>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform