Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
NEWOBJECT() Has no parent.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
NEWOBJECT() Has no parent.
Divers
Thread ID:
00384767
Message ID:
00384767
Vues:
54
I have a property on an object that is the refrence to another object (oParent.oChild). Is there a way of finding the "parent" object?

More Details:
oParent = NEWOBJCT('parent')

DEFINE CLASS parent AS custom

oChild = .F.

FUNCTION init
oChild = NEWOBJCET('custom')
ENDFUNC

ENDDEF

Who is oChild's parent?
Thanx,
Bill Elvin
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform