Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKRecordIDMBS class.

CKRecordIDMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The private constructor.

See also:

CKRecordIDMBS.Constructor(recordName 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 new record ID with the specified name in the default zone.

recordName: The name to use to identify the record. The string must contain only ASCII characters and must not exceed 255 characters. If you specify nil or an empty string for this parameter, this method throws an exception.

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

Use this method when you are creating or searching for records in the default zone.

See also:

CKRecordIDMBS.Constructor(recordName as string, zoneID as CKRecordZoneIDMBS)

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 new record ID with the specified name and zone information.

recordName: The name to use to identify the record. The string must contain only ASCII characters and must not exceed 255 characters. If you specify nil or an empty string for this parameter, this method throws an exception.
zoneID: The ID of the zone in which to place the record. This parameter must not be nil.

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

Use this method when you create or search for records in a zone other than the default zone. The value in the zoneID parameter must represent a zone that already exists in the database. If the record zone does not exist yet, save the corresponding CKRecordZoneMBS object to the database before attempting to save any CKRecordMBS objects in that zone.

See also:

CKRecordIDMBS.copy as CKRecordIDMBS

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.

CKRecordIDMBS.IsEqual(Other as CKRecordIDMBS) 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...