Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from Foundation.framework NSScriptKeyValueCoding.h }
{$ifdef EXTERNAL_SYMBOLS}
var
NSOperationNotSupportedForKeyException: NSString; cvar; external;
{$endif}
{$ifdef CLASSES}
type
NSScriptKeyValueCoding = objccategory external (NSObject)
function valueAtIndex_inPropertyWithKey (index: NSUInteger; key: NSString): id; message 'valueAtIndex:inPropertyWithKey:';
function valueWithName_inPropertyWithKey (name: NSString; key: NSString): id; message 'valueWithName:inPropertyWithKey:';
function valueWithUniqueID_inPropertyWithKey (uniqueID: id; key: NSString): id; message 'valueWithUniqueID:inPropertyWithKey:';
procedure insertValue_atIndex_inPropertyWithKey (value: id; index: NSUInteger; key: NSString); message 'insertValue:atIndex:inPropertyWithKey:';
procedure removeValueAtIndex_fromPropertyWithKey (index: NSUInteger; key: NSString); message 'removeValueAtIndex:fromPropertyWithKey:';
procedure replaceValueAtIndex_inPropertyWithKey_withValue (index: NSUInteger; key: NSString; value: id); message 'replaceValueAtIndex:inPropertyWithKey:withValue:';
procedure insertValue_inPropertyWithKey (value: id; key: NSString); message 'insertValue:inPropertyWithKey:';
function coerceValue_forKey (value: id; key: NSString): id; message 'coerceValue:forKey:';
end;
{$endif}