Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Release thisForm vs. thisForm.release()
Message
From
26/07/2004 04:27:47
 
 
To
25/07/2004 15:06:46
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00927764
Message ID:
00927842
Views:
17
Hi,

>>
Is there any difference between "release thisForm" and "thisForm.release()"?
>>

Remember that 'ThisForm' is just a reference to the form like any other (except it's created automatically). A slightly different example might make it clearer:
DO FORM myForm NAME x
Then 'x.Release' runs the forms release method, 'RELE x' just releases the object reference. What then happens in either case will, as usual, depend on what other references,if any, are held to the form.

Regards,
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform