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.0.0 / packages / cocoaint / src / webkit / WebDownload.inc
Size: Mime:
{ Parsed from Webkit.framework WebDownload.h }

{$ifdef TYPES}
{$ifndef WEBDOWNLOAD_PAS_T}
{$define WEBDOWNLOAD_PAS_T}

{$endif}
{$endif}

{$ifdef RECORDS}
{$ifndef WEBDOWNLOAD_PAS_R}
{$define WEBDOWNLOAD_PAS_R}

{$endif}
{$endif}

{$ifdef FUNCTIONS}
{$ifndef WEBDOWNLOAD_PAS_F}
{$define WEBDOWNLOAD_PAS_F}

{$endif}
{$endif}

{$ifdef EXTERNAL_SYMBOLS}
{$ifndef WEBDOWNLOAD_PAS_S}
{$define WEBDOWNLOAD_PAS_S}

{$endif}
{$endif}

{$ifdef FORWARD}
  WebDownload = objcclass;
  WebDownloadPointer = ^WebDownload;
  WebDownloadPtr = WebDownloadPointer;

{$endif}

{$ifdef CLASSES}
{$ifndef WEBDOWNLOAD_PAS_C}
{$define WEBDOWNLOAD_PAS_C}

{ WebDownload }
  WebDownload = objcclass external (NSURLDownload)
  private
    _webInternal: WebDownloadInternal;
    
  public
  end;

{ WebDownloadDelegateCategory }
  WebDownloadDelegateCategory = objccategory external (NSObject)
    function downloadWindowForAuthenticationSheet(download: WebDownload): NSWindowPtr; message 'downloadWindowForAuthenticationSheet:';
  end;

{$endif}
{$endif}