Re: accessing binding values
Re: accessing binding values
- Subject: Re: accessing binding values
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 23 May 2004 11:21:00 -0700
On May 23, 2004, at 9:41 AM, William Biesele wrote:
Is it possible to access a control's bindings in a program? For
example in the control:textShouldBeginEditing method is there a way to
get the 'Bind to' and 'Modal Key Path' Binding values for the control?
No, you cannot currently ask an object what its bindings are.
You can, however, subclass the control and override
bind:toObject:withKeyPath:options:. In your implementation you can
record the binding information then call super...
mmalc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.