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


{$ifdef TYPES}
type
  ODMappingsPtr = ^ODMappings;
{$endif}

{$ifdef CLASSES}

type
  ODMappings = objcclass external (NSObject)
  private
    comment: NSString;
    templateName: NSString;
    identifier: NSString;
    functionPrivate: NSString;
    functionAttributes: NSArray;
    recordTypes: NSMutableDictionary;
  public
    procedure setComment(newValue: NSString); message 'setComment:';
    function comment_: NSString; message 'comment';
    procedure setTemplateName(newValue: NSString); message 'setTemplateName:';
    function templateName_: NSString; message 'templateName';
    procedure setIdentifier(newValue: NSString); message 'setIdentifier:';
    function identifier_: NSString; message 'identifier';
    function recordTypes_: NSArray; message 'recordTypes';
    procedure setFunction(newValue: NSString); message 'setFunction:';
    function function_: NSString; message 'function';
    procedure setFunctionAttributes(newValue: NSArray); message 'setFunctionAttributes:';
    function functionAttributes_: NSArray; message 'functionAttributes';
    class function mappings: instancetype; message 'mappings';
    function recordMapForStandardRecordType (stdType: NSString): ODRecordMap; message 'recordMapForStandardRecordType:'; { available in 10_9 }
    procedure setRecordMap_forStandardRecordType (map: ODRecordMap; stdType: NSString); message 'setRecordMap:forStandardRecordType:'; { available in 10_9 }
  end;
{$endif}