Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKRecordZoneIDMBS class.

CKRecordZoneIDMBS.Constructor(zoneName as string, ownerName as string)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Initializes and returns a record zone ID with the specified name and owner.

zoneName: The name that identifies the record zone. The string must contain only ASCII characters and must not exceed 255 characters. To specify the default zone of the current database, pass the CKRecordZoneDefaultName constant for this parameter. This parameter must not be nil or the empty string.
ownerName: The user who created the record zone. To specify the current user, use the CKOwnerDefaultName constant. If you specify nil or an empty string for this parameter, this method throws an exception.

Returns an initialized record zone ID object or nil if the object cannot be created.

Use this method to create a record zone ID for use in creating or fetching a record zone.

CKRecordZoneIDMBS.copy as CKRecordZoneIDMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a copy of this object.

CKRecordZoneIDMBS.IsEqual(Other as CKRecordZoneIDMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Checks if two objects are equal.

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...