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


{$ifdef TYPES}
type
  PDFActionPtr = ^PDFAction;
{$endif}

{$if (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5)}
{$ifdef CLASSES}

type
  PDFAction = objcclass external (NSObject, NSCopyingProtocol)
  private
    _pdfPriv: PDFActionPrivateVars;
  public
    function type_: NSString; message 'type';

    { Adopted protocols }
    function copyWithZone (zone: NSZonePtr): id; message 'copyWithZone:';
  end;
{$endif}

{$endif}