On Jan 19, 2010, at 7:34 AM, Richard Somers <rsomers.li...@infowest.com> wrote:

To answer my own question, parameters are actually variables named in the parenthesized list in a function definition. So "Parameters Bindings" must be referring to the binding of variables which are used in method definitions of the bindings enabled class in question.

This is incorrect. A parameter is a value that defines boundaries or behavior. The "parameter bindings" are kept separate from the "value bindings" because the latter deal with the data presented by the view, while the former deal with how that view presents that data. Otherwise there is absolutely no difference between their behavior.

--Kyle Sluder

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to