Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bindevent to a... hmm
Message
From
20/11/2015 04:10:15
 
 
To
19/11/2015 11:46:38
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2003
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01627638
Message ID:
01627664
Views:
51
>>>Just a mind experiment, and before I try it myself, want to check if anyone already did this.
>>>
>>>Create an object, assign it to a local variable. Then bindevent() something to one of this object's methods.
>>>
>>>What happens when the variable goes out of scope? I'm expecting that the binding doesn't increase reference count, so the object will destroy and the binding will vanish. Correct?
>>
>>When the object is released (or the var that holds it is out of scope), all events are automatically unbinded.
>
>Ah - that's it, I wasn't sure it's completely automatic. Well, thanks for confirming.

Did not check experimentally, but remember that it was documented that Bindings to Win events are unbound when the event holder is destoyed (what else would make sense...)
Previous
Reply
Map
View

Click here to load this message in the networking platform