Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Release thisForm vs. thisForm.release()
Message
De
26/07/2004 04:27:47
 
 
À
25/07/2004 15:06:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00927764
Message ID:
00927842
Vues:
18
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform