Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question on releasing object and setting to .NULL.
Message
 
To
14/05/2009 17:37:37
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01399978
Message ID:
01399995
Views:
64
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
Previous
Reply
Map
View

Click here to load this message in the networking platform