CKDatabaseMBS events

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKDatabaseMBS class.

CKDatabaseMBS.deleteRecordWithIDCompleted(recordID as CKRecordIDMBS, error as NSErrorMBS, tag as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No
The block to execute with the results for deleteRecordWithID method.

recordID: The ID of the record you attempted to delete.
error: An error object, or nil if the record zone was deleted successfully. Use the information in the error object to determine whether a problem has a workaround.

CKDatabaseMBS.deleteRecordZoneWithIDCompleted(zoneID as CKRecordZoneIDMBS, error as NSErrorMBS, tag as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No
The block to execute with the results for deleteRecordZone method.

zoneID: The ID of the zone that you tried to delete.
error: An error object, or nil if the record zone was deleted successfully. Use the information in the error object to determine whether a problem has a workaround.

CKDatabaseMBS.deleteSubscriptionWithIDCompleted(subscriptionID as String, error as NSErrorMBS, tag as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No
The event to execute with the results for deleteSubscriptionWithID method.

subscriptionID: The ID of the subscription object you attempted to delete.
error: An error object, or nil if the subscription was deleted successfully. Use the information in the error object to determine whether a problem has a workaround.

CKDatabaseMBS.fetchAllRecordZonesCompleted(zones() as CKRecordZoneMBS, error as NSErrorMBS, tag as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No
The event to execute with the results for fetchAllRecordZones method.

zones: An array of CKRecordZoneMBS objects. The returned array always contains at least one record zone corresponding to the default zone.
error: An error object, or nil if the record zones were fetched successfully. Use the information in the error object to determine whether a problem has a workaround.

CKDatabaseMBS.fetchAllSubscriptionsCompleted(subscriptions() as CKSubscriptionMBS, error as NSErrorMBS, tag as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No
The event to execute with the results for fetchAllSubscriptions.

subscriptions: An array of CKSubscription objects. If the subscription objects cannot be retrieved, the array is empty.
error: An error object, or nil if the subscriptions were fetched successfully. Use the information in the error object to determine whether a problem has a workaround.

CKDatabaseMBS.fetchRecordWithIDCompleted(recordID as CKRecordIDMBS, record as CKRecordMBS, error as NSErrorMBS, tag as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No
The event to execute with the results.

record: The requested record object. If no such record is found, this parameter is nil.
error: An error object, or nil if the record was fetched successfully. Use the information in the error object to determine whether a problem has a workaround.

CKDatabaseMBS.fetchRecordZoneWithIDCompleted(zoneID as CKRecordZoneIDMBS, zone as CKRecordZoneMBS, error as NSErrorMBS, tag as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No
The event to execute with the results for fetchRecordZoneWithID method.

zone: The requested CKRecordZone object or nil if the object is not found or cannot be retrieved.
error: An error object, or nil if the record zone was fetched successfully. Use the information in the error object to determine whether a problem has a workaround.

CKDatabaseMBS.fetchSubscriptionWithIDCompleted(subscriptionID as String, subscription as CKSubscriptionMBS, error as NSErrorMBS, tag as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No
The event to execute with the results for fetchSubscriptionWithID.

subscription: The requested subscription object or nil if the object is not found or cannot be retrieved.
error: An error object, or nil if the subscription was fetched successfully. Use the information in the error object to determine whether a problem has a workaround.

CKDatabaseMBS.performQueryCompleted(query as CKQueryMBS, zoneID as CKRecordZoneIDMBS, results() as CKRecordMBS, error as NSErrorMBS, tag as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No
The event to execute with the search results.

The event to execute with the search results for performQuery method.

results: An array containing zero or more CKRecord objects. The returned records correspond to the records in the specified zone that match the parameters of the query.

error: An error object, or nil if the query was completed successfully. Use the information in the error object to determine whether a problem has a workaround.

CKDatabaseMBS.saveRecordCompleted(record as CKRecordMBS, error as NSErrorMBS, tag as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No
The event to execute with the results for saveRecord.

record: The record object you attempted to save.
error: An error object, or nil if the record was saved successfully. Use the information in the error object to determine whether a problem has a workaround.

CKDatabaseMBS.saveRecordZoneCompleted(zone as CKRecordZoneMBS, error as NSErrorMBS, tag as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No
The event to execute with the results for saveRecordZone method.

zone: The CKRecordZone object you attempted to save.
error: An error object, or nil if the record zone was saved successfully. Use the information in the error object to determine whether a problem has a workaround.

CKDatabaseMBS.saveSubscriptionCompleted(subscription as CKSubscriptionMBS, error as NSErrorMBS, tag as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No
The block to execute with the results for saveSubscription method.

subscription: The subscription object you attempted to save.
error: An error object, or nil if the subscription was saved successfully. Use the information in the error object to determine whether a problem has a workaround.

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


💬 Ask a question or report a problem