Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question on releasing object and setting to .NULL.
Message
 
À
14/05/2009 17:37:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01399978
Message ID:
01399995
Vues:
65
You could remove the property
o=CREATEOBJECT("empty")
ADDPROPERTY(o, "o1", CREATEOBJECT("form"))
o.o1.release() && I do not think is really necessary, just in case
Removeproperty(o, 'o1')
? TYPE("o.o1")  && still shows "O"
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform