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


{$ifdef TYPES}
type
  SFCertificateTrustPanelPtr = ^SFCertificateTrustPanel;
{$endif}

{$ifndef _SFCERTIFICATETRUSTPANEL_H_}
{$ifdef CLASSES}

type
  SFCertificateTrustPanel = objcclass external (SFCertificatePanel)
  private
    {$if (defined(__LP64__))}
    _reserved_SFCertificateTrustPanel: id;
    {$else}
    _splitView: NSSplitView;
    _messageView: NSTextField;
    _saveChangesButton: NSButton;
    _cancelButton: NSButton;
    _defaultMessage: NSString;
    _saveChanges: ObjCBOOL;
    _reserved_SFCertificateTrustPanel_: id;
    {$endif}
  public
    class function sharedCertificateTrustPanel: SFCertificateTrustPanel; message 'sharedCertificateTrustPanel';
    function runModalForTrust_message (trust: SecTrustRef; message_: NSString): NSInteger; message 'runModalForTrust:message:';
    procedure beginSheetForWindow_modalDelegate_didEndSelector_contextInfo_trust_message (docWindow: NSWindow; delegate: id; didEndSelector: SEL; contextInfo: pointer; trust: SecTrustRef; message_: NSString); message 'beginSheetForWindow:modalDelegate:didEndSelector:contextInfo:trust:message:';
    procedure setInformativeText (informativeText: NSString); message 'setInformativeText:';
    function informativeText: NSString; message 'informativeText';
  end;
{$endif}

{$endif}