Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's happening here ?
Message
 
To
26/02/2005 05:01:38
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Miscellaneous
Thread ID:
00990234
Message ID:
00990948
Views:
23
>>DEFINE CLASS c2 AS CUSTOM
>> PROCEDURE INIT()
>> =MESSAGEBOX("C2 Init")
>> ENDPROC
>> PROCEDURE DESTROY()
>> =MESSAGEBOX("C2 Destroy")
>> ENDPROC
>>ENDDEFINE
>>
>>
>>I know the c1 class code is a bit suspect but why doesn't the instance of c2 get released ?

Because C2's state is independent of C1's?
Imagination is more important than knowledge
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform