Difference between revisions of "Outlet"
Jump to navigation
Jump to search
(added links) |
(add category) |
||
| Line 2: | Line 2: | ||
Outlet [[instance_variable|instance variables]] are a way for an [[object]] to keep track of the other objects to which it may need to send [[message|messages]]. | Outlet [[instance_variable|instance variables]] are a way for an [[object]] to keep track of the other objects to which it may need to send [[message|messages]]. | ||
| + | |||
| + | [[Category:Objective-C]] | ||
Latest revision as of 14:53, 23 October 2006
A special instance variable that points to another object.
Outlet instance variables are a way for an object to keep track of the other objects to which it may need to send messages.