Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The Big 'O'
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00115108
Message ID:
00115188
Vues:
19
>>In general, you could create an OBJECT base on CLASS. And so, if you want your entire application be created as one object, you might as well create your application as a class first, but I don't think this is a good approach.
>
>I got the feeling that there's already an application class. He didn't say anything about creating a class; just an object.
>
>I looked through the code generated by the wizard and found this:
>
>goApp=CREATEOBJECT("cApplication")
>
>
>That seems to be where it's doing it. But how does it know what "cApplication" is. I don't see it defined anywhere.
>
>Thanks,

Michelle,

cApplication is a class located in one of your classlibs. You should be able to see it by going to the "Classes" tab of the project.
The classlib might have a related name, something like "cApp", just gessing.

José
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform