Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Instantiate a class in code
Message
De
23/03/2024 17:27:00
Thomas Ganss (En ligne)
Main Trend
Frankfurt, Allemagne
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
01687754
Message ID:
01687766
Vues:
68
>Typically - in my VFP9 application - business classes are instantiated in the LOAD of the form. I usually drop the class object on the form - at design time - and the class is instantiated automatically in the LOAD of the form.
>
>Now I need to instantiate an object of a class in code (in a PRG file). So far, the only way I found I could do it is as follows:
>
Not enough detail WHY you need to do it in code, as this might decide your decision.
If the ONLY reason is that during the runtime the class gets identified,
.AddObject() on the form or a subclass is better as object cleanup is handled via garbage collection.

If you have to exchange this object, the .addproperty() is similar to createobject() or newobject()
insofar as cleanup is concerned.

HTH
thomas
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform