Invoked by value
when it finds no property corresponding to key
.
Deprecated
Use value
instead.
SDK
- macOS 10.0–10.3Deprecated
Framework
- Foundation
Declaration
- (id)handleQueryWithUnboundKey:(NSString *)key;
Invoked by value
when it finds no property corresponding to key
.
Deprecated
Use value
instead.
SDK
Framework
- (id)handleQueryWithUnboundKey:(NSString *)key;
+ use Stored Accessor
Returns YES
if the stored value methods stored
and take
should use private accessor methods in preference to public accessors.
- handle Take Value: for Unbound Key:
Invoked by take
when it finds no property binding for key
.
- take Values From Dictionary:
Sets properties of the receiver with values from a given dictionary, using its keys to identify the properties
- values For Keys:
Returns a dictionary containing as keys the property names in keys
, with corresponding values being the corresponding property values.