Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / cocoaint / src / foundation / NSScriptKeyValueCoding.inc
Size: Mime:
{ 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}