Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Destroying an object
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00046886
Message ID:
00046894
Vues:
24
>How do I destroy an object created via CreateObject()?
>
>In VB you use: Set oMyObject = Nothing (I know, I know, VB is the evil empire but I needed an example. Please forgive me almighty Fox Gods! )
>
>What do I use in VFP?
>
>TIA

local loMyObject
loMyObject = createobject('someobject')
...
release loMyObject
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform