Re: To send a message
Re: To send a message
- Subject: Re: To send a message
- From: mmalc crawford <email@hidden>
- Date: Tue, 1 Jan 2008 09:36:47 -0800
On Jan 1, 2008, at 6:15 AM, Eric PETIT wrote:
Inside an object (OBJSource), I want to recover the value of the
field of another object (OBJTarget) by one assessor of this object
(OBJTarget).
How can I reach an instance of OBJTarget inside OBJSource ?
You need an instance variable in OBJSource that points to the instance
of OBJTarget.
If this doesn't make sense, you should review <http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaFundamentals/CocoaObjects/chapter_3_section_1.html
> and
<http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/chapter_2_section_3.html
>
mmalc
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden