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


{$ifdef TYPES}
type
  NSPortCoderPtr = ^NSPortCoder;
{$endif}

{$ifdef CLASSES}

type
  NSPortCoder = objcclass external (NSCoder)
  public
    function isBycopy: ObjCBOOL; message 'isBycopy';
    function isByref: ObjCBOOL; message 'isByref';
    procedure encodePortObject (aport: NSPort); message 'encodePortObject:';
    function decodePortObject: NSPort; message 'decodePortObject';
    function connection: NSConnection; message 'connection'; deprecated 'in 10_0, 10_7, 2_0, NA';
    function initWithReceivePort_sendPort_components (rcvPort: NSPort; sndPort: NSPort; comps: NSArray): id; message 'initWithReceivePort:sendPort:components:'; deprecated 'in 10_0, 10_7, 2_0, NA';
    procedure dispatch; message 'dispatch'; deprecated 'in 10_0, 10_7, 2_0, NA';
  end;


type
  NSDistributedObjects = objccategory external (NSObject)
    function classForPortCoder: pobjc_class; message 'classForPortCoder';
    function replacementObjectForPortCoder (coder: NSPortCoder): id; message 'replacementObjectForPortCoder:';
  end;
{$endif}