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 / NSObjectScripting.inc
Size: Mime:
{ Parsed from Foundation.framework NSObjectScripting.h }

{$ifdef CLASSES}

type
  NSScripting = objccategory external (NSObject)
    function scriptingValueForSpecifier (objectSpecifier: NSScriptObjectSpecifier): id; message 'scriptingValueForSpecifier:'; { available in 10_5, NA }
    procedure setScriptingProperties(newValue: NSDictionary); message 'setScriptingProperties:';
    function scriptingProperties: NSDictionary; message 'scriptingProperties';
    function copyScriptingValue_forKey_withProperties (value: id; key: NSString; properties: NSDictionary): id; message 'copyScriptingValue:forKey:withProperties:'; { available in 10_5, NA }
    function newScriptingObjectOfClass_forValueForKey_withContentsValue_properties (objectClass: pobjc_class; key: NSString; contentsValue: id; properties: NSDictionary): id; message 'newScriptingObjectOfClass:forValueForKey:withContentsValue:properties:'; { available in 10_5, NA }
  end;
{$endif}