Difference between revisions of "Key Value Coding"

From GNUstepWiki
Jump to navigation Jump to search
(Definition)
(No difference)

Revision as of 08:48, 29 June 2006

Key Value Coding is a mechanism for accessing an object’s properties indirectly, using strings to identify properties, rather than through invocation of an accessor method or accessing them directly through instance variables.