Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NEWOBJECT() Has no parent.
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
NEWOBJECT() Has no parent.
Miscellaneous
Thread ID:
00384767
Message ID:
00384767
Views:
58
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
Next
Reply
Map
View

Click here to load this message in the networking platform