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 / cloudkit / CKOperation.inc
Size: Mime:
{ Parsed from CloudKit.framework CKOperation.h }


{$ifdef TYPES}
type
  CKOperationPtr = ^CKOperation;
{$endif}

{$ifdef CLASSES}

type
  CKOperation = objcclass external (NSOperation)
  public
    function init: instancetype; message 'init'; { NS_DESIGNATED_INITIALIZER }
    procedure setContainer(newValue: CKContainer); message 'setContainer:';
    function container: CKContainer; message 'container';
    procedure setUsesBackgroundSession(newValue: ObjCBOOL); message 'setUsesBackgroundSession:';
    function usesBackgroundSession: ObjCBOOL; message 'usesBackgroundSession';
    procedure setAllowsCellularAccess(newValue: ObjCBOOL); message 'setAllowsCellularAccess:';
    function allowsCellularAccess: ObjCBOOL; message 'allowsCellularAccess';
  end;
{$endif}