Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Two references to one object
Message
De
25/02/2004 11:16:16
 
 
À
25/02/2004 03:59:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00880607
Message ID:
00880724
Vues:
12
>Hi.
> We have two properties ("prop1", "prop2") that references the same object
>in this way:
>
> ***************
> obj.prop1=createObject("myobject")
> obj.prop2=obj.prop1
> ***************
>
> When we are destroying the object "obj", we need to know who has been the
>creator of the object "myobject". Are there any differences between
>"obj.prop1" and "obj.prop2" for solving this question.
>
>Thanks.
>José Luis Santana



José Luis,

It seems to be a matter of genealogy. When the grandfather dies, what was the name of his father?

If tracking is important, maybe you can accumulate the references that you need in a cursor created from init of the first object created.

Enrique
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform