Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Release Object
Message
 
 
To
15/05/2006 08:52:15
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
01121874
Message ID:
01121880
Views:
25
>What is the way to release an object that is assigned to a form property.
>
>i.e. Thisform.MyProperty = CREATEOBJECT('.....')

thisform.myObject = null

If myObject has release() method, you can call it right before the previous line.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform