Repository URL to install this package:
|
Version:
3.0.0 ▾
|
{ 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}