Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS Mac64bit Plugin:
- class ACAccountCredentialMBS
- class ACAccountMBS
- method Constructor(type as ACAccountTypeMBS)
- method Destructor
- property Handle as Integer
- property Parent as ACAccountStoreMBS
- property identifier as String
- property username as String
- property accountDescription as String
- property accountType as ACAccountTypeMBS
- property credential as ACAccountCredentialMBS
- class ACAccountStoreMBS
- method removeAccount(account as ACAccountMBS, tag as variant = nil)
- method renewCredentialsForAccount(account as ACAccountMBS, tag as variant = nil)
- method requestAccessToAccountsWithType(accountType as ACAccountTypeMBS, dic as dictionary, tag as variant = nil)
- method saveAccount(account as ACAccountMBS, tag as variant = nil)
- method Destructor
- method Constructor
- method accountWithIdentifier(identifier as string) as ACAccountMBS
- method accounts as ACAccountMBS()
- method accountTypeWithAccountTypeIdentifier(identifier as string) as ACAccountTypeMBS
- method accountsWithAccountType(type as ACAccountTypeMBS) as ACAccountMBS()
- property Handle as Integer
- shared method ACErrorDomain as string
- shared method ACAccountStoreDidChangeNotification as string
- shared method available as boolean
- event Changed
- event saveAccountCompleted(success as boolean, error as NSErrorMBS, account as ACAccountMBS, tag as variant)
- event requestAccessCompleted(granted as boolean, error as NSErrorMBS, accountType as ACAccountTypeMBS, tag as variant)
- event renewCredentialsForAccountCompleted(account as ACAccountMBS, renewResult as integer, error as NSErrorMBS, tag as variant)
- event removeAccountCompleted(account as ACAccountMBS, success as boolean, error as NSErrorMBS, tag as variant)
- class ACAccountTypeMBS
- method Constructor
- method accountTypeDescription as string
- method identifier as string
- method accessGranted as boolean
- property Handle as Integer
- shared method ACAccountTypeIdentifierTwitter as string
- shared method ACAccountTypeIdentifierFacebook as string
- shared method ACAccountTypeIdentifierSinaWeibo as string
- shared method ACAccountTypeIdentifierTencentWeibo as string
- shared method ACAccountTypeIdentifierLinkedIn as string
- shared method ACFacebookAppIdKey as string
- shared method ACFacebookPermissionsKey as string
- shared method ACFacebookAudienceKey as string
- shared method ACFacebookAudienceEveryone as string
- shared method ACFacebookAudienceFriends as string
- shared method ACFacebookAudienceOnlyMe as string
- shared method ACLinkedInAppIdKey as string
- shared method ACLinkedInPermissionsKey as string
- shared method ACTencentWeiboAppIdKey as string
- class CKAcceptSharesOperationMBS
- method setShareMetadatas(shareMetadatas() as CKShareMetadataMBS)
- method shareMetadatas as CKShareMetadataMBS()
- method Constructor
- method Constructor(shareMetadatas() as CKShareMetadataMBS)
- method Destructor
- event perShareCompleted(shareMetadata as CKShareMetadataMBS, acceptedShare as CKShareMBS, error as NSErrorMBS)
- event acceptSharesCompleted(operationError as NSErrorMBS)
- class CKAssetMBS
- class CKContainerMBS
- method registerCloudKitShareWithPreparationHandler(ServiceItems as Variant, tag as variant = nil)
- method registerCloudKitShare(Share as CKShareMBS, ServiceItems as Variant)
- method fetchAllLongLivedOperationIDs(tag as variant = nil)
- method fetchLongLivedOperationWithID(operationID as string, tag as variant = nil)
- method discoverUserInfoWithEmailAddress(emailAddress as string, tag as variant = nil)
- method discoverUserInfoWithUserRecordID(userRecordID as CKRecordIDMBS, tag as variant = nil)
- method discoverUserIdentityWithEmailAddress(emailAddress as string, tag as variant = nil)
- method discoverUserIdentityWithPhoneNumber(phoneNumber as string, tag as variant = nil)
- method discoverUserIdentityWithUserRecordID(userRecordID as CKRecordIDMBS, tag as variant = nil)
- method discoverAllContactUserInfos(tag as variant = nil)
- method discoverAllIdentities(tag as variant = nil)
- method fetchUserRecordID(tag as variant = nil)
- method fetchShareParticipantWithEmailAddress(emailAddress as string, tag as variant = nil)
- method fetchShareParticipantWithPhoneNumber(phoneNumber as string, tag as variant = nil)
- method fetchShareParticipantWithUserRecordID(userRecordID as CKRecordIDMBS, tag as variant = nil)
- method statusForApplicationPermission(applicationPermission as integer, tag as variant = nil)
- method requestApplicationPermission(applicationPermission as integer, tag as variant = nil)
- method accountStatus(tag as variant = nil)
- method Constructor
- method Constructor(Container as CKContainerMBS)
- method addOperation(operation as CKOperationMBS)
- property Handle as Integer
- property containerIdentifier as String
- property privateCloudDatabase as CKDatabaseMBS
- property publicCloudDatabase as CKDatabaseMBS
- property sharedCloudDatabase as CKDatabaseMBS
- shared method Available as Boolean
- shared method CKAccountChangedNotification as String
- shared method CKOwnerDefaultName as String
- shared method CKCurrentUserDefaultName as String
- shared method defaultContainer as CKContainerMBS
- shared method containerWithIdentifier(name as string) as CKContainerMBS
- shared method CKErrorDomain as String
- shared method CKPartialErrorsByItemIDKey as String
- shared method CKRecordChangedErrorAncestorRecordKey as String
- shared method CKRecordChangedErrorServerRecordKey as String
- shared method CKRecordChangedErrorClientRecordKey as String
- shared method CKErrorRetryAfterKey as String
- event accountStatusCompleted(accountStatus as Integer, error as NSErrorMBS, tag as variant)
- event statusForApplicationPermissionCompleted(applicationPermissionStatus as Integer, accountStatus as Integer, error as NSErrorMBS, tag as variant)
- event requestApplicationPermissionCompleted(applicationPermissionStatus as Integer, accountStatus as Integer, error as NSErrorMBS, tag as variant)
- event fetchShareParticipantWithEmailAddressCompleted(emailAddress as String, shareParticipant as CKShareParticipantMBS, error as NSErrorMBS, tag as variant)
- event fetchShareParticipantWithPhoneNumberCompleted(phoneNumber as String,shareParticipant as CKShareParticipantMBS, error as NSErrorMBS, tag as variant)
- event fetchShareParticipantWithUserRecordIDCompleted(userRecordID as CKRecordIDMBS, shareParticipant as CKShareParticipantMBS, error as NSErrorMBS, tag as variant)
- event fetchUserRecordIDCompleted(userRecordID as CKRecordIDMBS, error as NSErrorMBS, tag as variant)
- event discoverAllIdentitiesWithCompleted(userRecordID() as CKUserIdentityMBS, error as NSErrorMBS, tag as variant)
- event discoverAllContactUserInfosCompleted(userRecordID() as CKDiscoveredUserInfoMBS, error as NSErrorMBS, tag as variant)
- event discoverUserIdentityWithEmailAddressCompleted(emailAddress as String, userInfo as CKUserIdentityMBS, error as NSErrorMBS, tag as variant)
- event discoverUserIdentityWithPhoneNumberCompleted(phoneNumber as String,userInfo as CKUserIdentityMBS, error as NSErrorMBS, tag as variant)
- event discoverUserIdentityWithUserRecordIDCompleted(userRecordID as CKRecordIDMBS, userInfo as CKUserIdentityMBS, error as NSErrorMBS, tag as variant)
- event discoverUserInfoWithEmailAddressCompleted(emailAddress as String, userInfo as CKDiscoveredUserInfoMBS, error as NSErrorMBS, tag as variant)
- event discoverUserInfoWithUserRecordIDCompleted(userRecordID as CKRecordIDMBS, userInfo as CKDiscoveredUserInfoMBS, error as NSErrorMBS, tag as variant)
- event fetchAllLongLivedOperationIDsCompleted(outstandingOperationIDs() as String, error as NSErrorMBS, tag as variant)
- event fetchLongLivedOperationWithIDCompleted(operationID as String, outstandingOperation as CKOperationMBS, error as NSErrorMBS, tag as variant)
- event registerCloudKitShareWithPreparationHandler(ServiceItems as Variant, byref share as CKShareMBS, byref container as CKContainerMBS, byref error as NSErrorMBS, tag as variant)
- class CKDatabaseMBS
- method fetchRecordWithIDSync(recordID as CKRecordIDMBS, byref record as CKRecordMBS, byref error as NSErrorMBS)
- method saveRecordSync(record as CKRecordMBS, byref error as NSErrorMBS)
- method deleteRecordWithIDSync(recordID as CKRecordIDMBS, byref error as NSErrorMBS)
- method Constructor(Container as CKContainerMBS, databaseScope as Integer)
- method Constructor(Database as CKDatabaseMBS)
- method addOperation(operation as CKDatabaseOperationMBS)
- method fetchRecordWithID(recordID as CKRecordIDMBS, tag as variant = nil)
- method saveRecord(record as CKRecordMBS, tag as variant = nil)
- method deleteRecordWithID(recordID as CKRecordIDMBS, tag as variant = nil)
- method performQuery(query as CKQueryMBS, zoneID as CKRecordZoneIDMBS, tag as variant = nil)
- method fetchAllRecordZones(tag as variant = nil)
- method fetchRecordZoneWithID(zoneID as CKRecordZoneIDMBS, tag as variant = nil)
- method saveRecordZone(zone as CKRecordZoneMBS, tag as variant = nil)
- method deleteRecordZone(zoneID as CKRecordZoneIDMBS, tag as variant = nil)
- method fetchAllSubscriptions(tag as variant = nil)
- method fetchSubscriptionWithID(subscriptionID as String, tag as variant = nil)
- method saveSubscription(subscription as CKSubscriptionMBS, tag as variant = nil)
- method deleteSubscriptionWithID(subscriptionID as String, tag as variant = nil)
- property Handle as Integer
- property databaseScope as Integer
- shared method Available as Boolean
- event fetchRecordWithIDCompleted(recordID as CKRecordIDMBS, record as CKRecordMBS, error as NSErrorMBS, tag as variant)
- event saveRecordCompleted(record as CKRecordMBS, error as NSErrorMBS, tag as variant)
- event deleteRecordWithIDCompleted(recordID as CKRecordIDMBS, error as NSErrorMBS, tag as variant)
- event performQueryCompleted(query as CKQueryMBS, zoneID as CKRecordZoneIDMBS, results() as CKRecordMBS, error as NSErrorMBS, tag as variant)
- event fetchAllRecordZonesCompleted(zones() as CKRecordZoneMBS, error as NSErrorMBS, tag as variant)
- event fetchRecordZoneWithIDCompleted(zoneID as CKRecordZoneIDMBS, zone as CKRecordZoneMBS, error as NSErrorMBS, tag as variant)
- event saveRecordZoneCompleted(zone as CKRecordZoneMBS, error as NSErrorMBS, tag as variant)
- event deleteRecordZoneWithIDCompleted(zoneID as CKRecordZoneIDMBS, error as NSErrorMBS, tag as variant)
- event fetchAllSubscriptionsCompleted(subscriptions() as CKSubscriptionMBS, error as NSErrorMBS, tag as variant)
- event fetchSubscriptionWithIDCompleted(subscriptionID as String, subscription as CKSubscriptionMBS, error as NSErrorMBS, tag as variant)
- event saveSubscriptionCompleted(subscription as CKSubscriptionMBS, error as NSErrorMBS, tag as variant)
- event deleteSubscriptionWithIDCompleted(subscriptionID as String, error as NSErrorMBS, tag as variant)
- class CKDatabaseNotificationMBS
- class CKDatabaseOperationMBS
- class CKDatabaseSubscriptionMBS
- class CKDiscoverAllContactsOperationMBS
- class CKDiscoverAllUserIdentitiesOperationMBS
- class CKDiscoveredUserInfoMBS
- class CKDiscoverUserIdentitiesOperationMBS
- method setUserIdentityLookupInfos(IDs() as CKUserIdentityLookupInfoMBS)
- method userIdentityLookupInfos as CKUserIdentityLookupInfoMBS()
- method Constructor
- method Constructor(userIdentityLookupInfos() as CKUserIdentityLookupInfoMBS)
- method Destructor
- event userIdentityDiscovered(identity as CKUserIdentityMBS, lookupInfo as CKUserIdentityLookupInfoMBS)
- event discoverUserIdentitiesCompleted(operationError as NSErrorMBS)
- class CKDiscoverUserInfosOperationMBS
- method setUserRecordIDs(IDs() as CKRecordIDMBS)
- method userRecordIDs as CKRecordIDMBS()
- method setEmailAddresses(emails() as String)
- method emailAddresses as String()
- method Constructor(emailAddresses() as String, userRecordIDs() as CKRecordIDMBS)
- method Destructor
- event discoverUserInfosCompleted(emailsToUserInfos as Dictionary, userRecordIDsToUserInfos as Dictionary, operationError as NSErrorMBS)
- class CKFetchDatabaseChangesOperationMBS
- method Constructor(previousServerChangeToken as CKServerChangeTokenMBS)
- method Destructor
- property fetchAllChanges as Boolean
- property resultsLimit as Integer
- property previousServerChangeToken as CKServerChangeTokenMBS
- event recordZoneWithIDChanged(zoneID as CKRecordZoneIDMBS)
- event recordZoneWithIDWasDeleted(zoneID as CKRecordZoneIDMBS)
- event changeTokenUpdated(serverChangeToken as CKServerChangeTokenMBS)
- event fetchDatabaseChangesCompleted(serverChangeToken as CKServerChangeTokenMBS, moreComing as Boolean, operationError as NSErrorMBS)
- class CKFetchNotificationChangesOperationMBS
- method Constructor(previousServerChangeToken as CKServerChangeTokenMBS)
- method Destructor
- property previousServerChangeToken as CKServerChangeTokenMBS
- property resultsLimit as Integer
- property moreComing as Boolean
- event notificationChanged(notification as CKNotificationMBS)
- event fetchNotificationChangesCompleted(serverChangeToken as CKServerChangeTokenMBS, operationError as NSErrorMBS)
- class CKFetchRecordChangesOperationMBS
- method setDesiredKeys(desiredKeys() as String)
- method desiredKeys as String()
- method Constructor(recordZoneID as CKRecordZoneIDMBS, previousServerChangeToken as CKServerChangeTokenMBS)
- method Destructor
- property recordZoneID as CKRecordZoneIDMBS
- property previousServerChangeToken as CKServerChangeTokenMBS
- property resultsLimit as Integer
- property moreComing as Boolean
- event recordChanged(record as CKRecordMBS)
- event recordWithIDWasDeleted(recordID as CKRecordIDMBS)
- event fetchRecordChangesCompleted(serverChangeToken as CKServerChangeTokenMBS, clientChangeTokenData as MemoryBlock, operationError as NSErrorMBS)
- class CKFetchRecordsOperationMBS
- method setDesiredKeys(desiredKeys() as String)
- method desiredKeys as String()
- method setRecordIDs(IDs() as CKRecordIDMBS)
- method recordIDs as CKRecordIDMBS()
- method Constructor
- method Constructor(recordIDs() as CKRecordIDMBS)
- method Destructor
- shared method fetchCurrentUserRecordOperation as CKFetchRecordsOperationMBS
- event RecordProgress(recordID as CKRecordIDMBS, progress as double)
- event RecordCompleted(record as CKRecordMBS, recordID as CKRecordIDMBS, error as NSErrorMBS)
- event fetchRecordsCompleted(recordsByRecordID as Dictionary, operationError as NSErrorMBS)
- class CKFetchRecordZoneChangesOperationMBS
- method setRecordZoneIDs(IDs() as CKRecordZoneIDMBS)
- method recordZoneIDs as CKRecordZoneIDMBS()
- method Constructor(recordZoneIDs() as CKRecordZoneIDMBS, optionsByRecordZoneID as Dictionary = nil)
- method Destructor
- property fetchAllChanges as Boolean
- property optionsByRecordZoneID as Dictionary
- event recordChanged(record as CKRecordMBS)
- event recordWithIDWasDeleted(recordID as CKRecordIDMBS, recordType as string)
- event recordZoneChangeTokensUpdated(recordZoneID as CKRecordZoneIDMBS, serverChangeToken as CKServerChangeTokenMBS, clientChangeTokenData as MemoryBlock)
- event recordZoneFetchCompleted(recordZoneID as CKRecordZoneIDMBS, serverChangeToken as CKServerChangeTokenMBS, clientChangeTokenData as MemoryBlock, moreComing as boolean, recordZoneError as NSErrorMBS)
- event fetchRecordZoneChangesCompleted(operationError as NSErrorMBS)
- class CKFetchRecordZoneChangesOptionsMBS
- class CKFetchRecordZonesOperationMBS
- method setRecordZoneIDs(IDs() as CKRecordZoneIDMBS)
- method recordZoneIDs as CKRecordZoneIDMBS()
- method Constructor
- method Constructor(recordZoneIDs() as CKRecordZoneIDMBS)
- method Destructor
- shared method fetchAllRecordZonesOperation as CKFetchRecordZonesOperationMBS
- event fetchRecordZonesCompleted(recordZonesByZoneID as Dictionary, operationError as NSErrorMBS)
- class CKFetchShareMetadataOperationMBS
- method setShareURLs(URLs() as String)
- method shareURLs as String()
- method setRootRecordDesiredKeys(rootRecordDesiredKeys() as String)
- method rootRecordDesiredKeys as String()
- method Constructor(URLs() as String)
- method Destructor
- property shouldFetchRootRecord as Boolean
- shared method Available as Boolean
- event ShareMetadataFetched(shareURL as String, shareMetadata as CKShareMetadataMBS, error as NSErrorMBS)
- event fetchShareMetadataCompleted(operationError as NSErrorMBS)
- class CKFetchShareParticipantsOperationMBS
- method setUserIdentityLookupInfos(userIdentityLookupInfos() as CKUserIdentityLookupInfoMBS)
- method userIdentityLookupInfos as CKUserIdentityLookupInfoMBS()
- method Constructor(userIdentityLookupInfos() as CKUserIdentityLookupInfoMBS)
- method Constructor
- method Destructor
- event shareParticipantFetched(participant as CKShareParticipantMBS)
- event fetchShareParticipantsCompleted(operationError as NSErrorMBS)
- class CKFetchSubscriptionsOperationMBS
- method setSubscriptionIDs(emails() as String)
- method subscriptionIDs as String()
- method Constructor
- method Constructor(subscriptionIDs() as String)
- method Destructor
- shared method fetchAllSubscriptionsOperation as CKFetchSubscriptionsOperationMBS
- event fetchSubscriptionCompleted(subscriptionsBySubscriptionID as Dictionary, operationError as NSErrorMBS)
- class CKFetchWebAuthTokenOperationMBS
- class CKLocationSortDescriptorMBS
- class CKMarkNotificationsReadOperationMBS
- method setNotificationIDs(IDs() as CKNotificationIDMBS)
- method notificationIDs as CKNotificationIDMBS()
- method Constructor
- method Constructor(IDs() as CKNotificationIDMBS)
- method Destructor
- event markNotificationsReadCompleted(notificationIDsMarkedRead() as CKNotificationIDMBS, operationError as NSErrorMBS)
- class CKModifyBadgeOperationMBS
- class CKModifyRecordsOperationMBS
- method setRecordsToSave(IDs() as CKRecordMBS)
- method recordsToSave as CKRecordMBS()
- method setrecordIDsToDelete(IDs() as CKRecordIDMBS)
- method recordIDsToDelete as CKRecordIDMBS()
- method Constructor(recordsToSave() as CKRecordMBS, recordIDsToDelete() as CKRecordIDMBS)
- method Constructor
- method Destructor
- property atomic as Boolean
- property clientChangeTokenData as MemoryBlock
- property savePolicy as Integer
- event RecordProgress(record as CKRecordMBS, progress as double)
- event RecordCompleted(record as CKRecordMBS, error as NSErrorMBS)
- event modifyRecordsCompleted(savedRecords() as CKRecordMBS, deletedRecordIDs() as CKRecordIDMBS, operationError as NSErrorMBS)
- class CKModifyRecordZonesOperationMBS
- method setRecordZonesToSave(IDs() as CKRecordZoneMBS)
- method recordZonesToSave as CKRecordZoneMBS()
- method setRecordZoneIDsToDelete(IDs() as CKRecordZoneIDMBS)
- method recordZoneIDsToDelete as CKRecordZoneIDMBS()
- method Constructor
- method Constructor(recordZonesToSave() as CKRecordZoneMBS, recordZoneIDsToDelete() as CKRecordZoneIDMBS)
- method Destructor
- event modifyRecordZonesCompleted(savedRecordZones() as CKRecordZoneMBS, deletedRecordZoneIDs() as CKRecordZoneIDMBS, operationError as NSErrorMBS)
- class CKModifySubscriptionsOperationMBS
- method setSubscriptionIDsToDelete(SubscriptionIDsToDelete() as String)
- method subscriptionIDsToDelete as String()
- method setSubscriptionsToSave(IDs() as CKSubscriptionMBS)
- method subscriptionsToSave as CKSubscriptionMBS()
- method Constructor(subscriptionsToSave() as CKSubscriptionMBS, subscriptionIDsToDelete() as String = nil)
- method Destructor
- event modifySubscriptionsCompleted(savedSubscriptions() as CKSubscriptionMBS, deletedSubscriptionIDs() as String, operationError as NSErrorMBS)
- class CKNotificationIDMBS
- class CKNotificationInfoMBS
- method setAlertLocalizationArgs(args() as String)
- method alertLocalizationArgs as String()
- method setDesiredKeys(desiredKeys() as String)
- method desiredKeys as String()
- method copy as CKNotificationInfoMBS
- method Constructor
- property Handle as Integer
- property alertBody as String
- property alertLocalizationKey as String
- property alertActionLocalizationKey as String
- property alertLaunchImage as String
- property soundName as String
- property category as String
- property shouldBadge as Boolean
- property shouldSendContentAvailable as Boolean
- shared method Available as Boolean
- class CKNotificationMBS
- method alertLocalizationArgs as String()
- method Constructor
- property Handle as Integer
- property category as String
- property subscriptionID as String
- property soundName as String
- property badge as Integer
- property alertLaunchImage as String
- property alertActionLocalizationKey as String
- property alertLocalizationKey as String
- property alertBody as String
- property containerIdentifier as String
- property notificationID as CKNotificationIDMBS
- property notificationType as Integer
- property isPruned as Boolean
- shared method notificationFromRemoteNotificationDictionary(notificationDictionary as Dictionary) as CKNotificationMBS
- class CKOperationConfigurationMBS
- class CKOperationMBS
- method start
- method cancel
- method isCancelled as boolean
- method isExecuting as boolean
- method isFinished as boolean
- method Constructor
- method Destructor
- property Handle as Integer
- property operationID as String
- property configuration as CKOperationConfigurationMBS
- property allowsCellularAccess as Boolean
- property container as CKContainerMBS
- property longLived as Boolean
- property timeoutIntervalForRequest as Double
- property timeoutIntervalForResource as Double
- event LongLivedOperationWasPersisted
- event Completed
- class CKQueryCursorMBS
- class CKQueryMBS
- method sortDescriptors as NSSortDescriptorMBS()
- method setSortDescriptors(sortDescriptors() as NSSortDescriptorMBS)
- method Constructor
- method Constructor(RecordType as String, predicate as NSPredicateMBS)
- property predicate as NSPredicateMBS
- property recordType as String
- property Handle as Integer
- shared method Available as Boolean
- class CKQueryNotificationMBS
- class CKQueryOperationMBS
- method setDesiredKeys(desiredKeys() as String)
- method desiredKeys as String()
- method Constructor
- method Constructor(query as CKQueryMBS)
- method Constructor(queryCursor as CKQueryCursorMBS)
- method Destructor
- property query as CKQueryMBS
- property cursor as CKQueryCursorMBS
- property zoneID as CKRecordZoneIDMBS
- property resultsLimit as Integer
- shared method CKQueryOperationMaximumResults as Integer
- event recordFetched(record as CKRecordMBS)
- event queryCompleted(cursor as CKQueryCursorMBS, operationError as NSErrorMBS)
- class CKQuerySubscriptionMBS
- method copy as CKQuerySubscriptionMBS
- method Constructor(RecordType as String, predicate as NSPredicateMBS, querySubscriptionOptions as integer)
- method Constructor(RecordType as String, predicate as NSPredicateMBS, subscriptionID as string, querySubscriptionOptions as integer)
- property querySubscriptionOptions as Integer
- property recordType as String
- property zoneID as CKRecordZoneIDMBS
- property predicate as NSPredicateMBS
- class CKRecordIDMBS
- method IsEqual(Other as CKRecordIDMBS) as boolean
- method copy as CKRecordIDMBS
- method Constructor
- method Constructor(recordName as string)
- method Constructor(recordName as string, zoneID as CKRecordZoneIDMBS)
- property Handle as Integer
- property recordName as String
- property zoneID as CKRecordZoneIDMBS
- shared method Available as Boolean
- class CKRecordMBS
- method setParentReferenceFromRecordID(parentRecordID as CKRecordIDMBS)
- method setParentReferenceFromRecord(parentRecord as CKRecordMBS)
- method allKeys as String()
- method allTokens as String()
- method changedKeys as String()
- method copy as CKRecordMBS
- method Constructor
- method Constructor(RecordType as String)
- method Constructor(RecordType as String, recordID as CKRecordIDMBS)
- method Constructor(RecordType as String, zoneID as CKRecordZoneIDMBS)
- method Constructor(Coder as NSCoderMBS)
- method encodeSystemFieldsWithCoder(Coder as NSCoderMBS)
- method encodeWithCoder(Coder as NSCoderMBS)
- method archive(byref error as NSErrorMBS) as MemoryBlock
- property dataForKey(key as string) as MemoryBlock
- property stringForKey(key as string) as string
- property objectForKey(key as string) as variant
- property parent as CKReferenceMBS
- property share as CKReferenceMBS
- property recordChangeTag as String
- property Handle as Integer
- property recordType as String
- property recordID as CKRecordIDMBS
- property creatorUserRecordID as CKRecordIDMBS
- property lastModifiedUserRecordID as CKRecordIDMBS
- property creationDate as Date
- property modificationDate as Date
- property creationDateTime as DateTime
- property modificationDateTime as DateTime
- shared method Available as Boolean
- shared method CKRecordTypeUserRecord as String
- shared method Unarchive(Data as MemoryBlock, byref error as NSErrorMBS) as CKRecordMBS
- class CKRecordZoneIDMBS
- class CKRecordZoneMBS
- method copy as CKRecordZoneMBS
- method Constructor(zoneName as string)
- method Constructor(zoneID as CKRecordZoneIDMBS)
- property Handle as Integer
- property zoneID as CKRecordZoneIDMBS
- property capabilities as Integer
- shared method Available as Boolean
- shared method CKRecordZoneDefaultName as String
- shared method defaultRecordZone as CKRecordZoneMBS
- class CKRecordZoneNotificationMBS
- class CKRecordZoneSubscriptionMBS
- class CKReferenceMBS
- method copy as CKReferenceMBS
- method Constructor
- method Constructor(recordID as CKRecordIDMBS, action as integer = 0)
- method Constructor(record as CKRecordMBS, action as integer = 0)
- property Handle as Integer
- property referenceAction as Integer
- property recordID as CKRecordIDMBS
- shared method Available as Boolean
- class CKServerChangeTokenMBS
- method IsEqual(Other as CKServerChangeTokenMBS) as boolean
- method Constructor
- method copy as CKServerChangeTokenMBS
- method archive(byref error as NSErrorMBS) as MemoryBlock
- property Handle as Integer
- property description as String
- shared method Available as Boolean
- shared method Unarchive(Data as MemoryBlock, byref error as NSErrorMBS) as CKServerChangeTokenMBS
- class CKShareMBS
- method participants as CKShareParticipantMBS()
- method addParticipant(participant as CKShareParticipantMBS)
- method removeParticipant(participant as CKShareParticipantMBS)
- method Constructor
- method Constructor(RecordType as String)
- method Constructor(RecordType as String, recordID as CKRecordIDMBS)
- method Constructor(RecordType as String, zoneID as CKRecordZoneIDMBS)
- method Constructor(rootRecord as CKRecordMBS)
- method Constructor(rootRecord as CKRecordMBS, shareID as CKRecordIDMBS)
- method Constructor(zoneID as CKRecordZoneIDMBS)
- property publicPermission as Integer
- property URL as String
- property owner as CKShareParticipantMBS
- property currentUserParticipant as CKShareParticipantMBS
- shared method Available as Boolean
- shared method CKRecordTypeShare as String
- shared method CKShareTitleKey as String
- shared method CKShareThumbnailImageDataKey as String
- shared method CKShareTypeKey as String
- class CKShareMetadataMBS
- method copy as CKShareMetadataMBS
- method Constructor
- property Handle as Integer
- property containerIdentifier as String
- property share as CKShareMBS
- property rootRecordID as CKRecordIDMBS
- property ownerIdentity as CKUserIdentityMBS
- property rootRecord as CKRecordMBS
- property participantType as Integer
- property participantStatus as Integer
- property participantPermission as Integer
- shared method Available as Boolean
- class CKShareParticipantMBS
- class CKSubscriptionMBS
- method copy as CKSubscriptionMBS
- method Constructor
- method Constructor(zoneID as CKRecordZoneIDMBS, subscriptionOptions as integer)
- method Constructor(zoneID as CKRecordZoneIDMBS, subscriptionID as string, subscriptionOptions as integer)
- method Constructor(RecordType as String, predicate as NSPredicateMBS, querySubscriptionOptions as integer)
- method Constructor(RecordType as String, predicate as NSPredicateMBS, subscriptionID as string, querySubscriptionOptions as integer)
- property Handle as Integer
- property subscriptionID as String
- property subscriptionType as Integer
- property notificationInfo as CKNotificationInfoMBS
- property recordType as String
- property predicate as NSPredicateMBS
- property subscriptionOptions as Integer
- property zoneID as CKRecordZoneIDMBS
- shared method Available as Boolean
- class CKUserIdentityLookupInfoMBS
- method copy as CKUserIdentityLookupInfoMBS
- method Constructor
- property Handle as Integer
- property emailAddress as String
- property phoneNumber as String
- property userRecordID as CKRecordIDMBS
- shared method Available as Boolean
- shared method lookupInfosWithEmails(emailAddresses() as string) as CKUserIdentityLookupInfoMBS()
- shared method lookupInfosWithPhoneNumbers(phoneNumbers() as string) as CKUserIdentityLookupInfoMBS()
- shared method lookupInfosWithRecordIDs(userRecordIDs() as CKRecordIDMBS) as CKUserIdentityLookupInfoMBS()
- shared method lookupInfosWithEmailAddress(emailAddress as string) as CKUserIdentityLookupInfoMBS
- shared method lookupInfosWithWithPhoneNumber(phoneNumber as string) as CKUserIdentityLookupInfoMBS
- shared method lookupInfosWithUserRecordID(userRecordID as CKRecordIDMBS) as CKUserIdentityLookupInfoMBS
- class CKUserIdentityMBS
- method copy as CKUserIdentityMBS
- method Constructor
- property Handle as Integer
- property hasiCloudAccount as Boolean
- property lookupInfo as CKUserIdentityLookupInfoMBS
- property userRecordID as CKRecordIDMBS
- property nameComponents as NSPersonNameComponentsMBS
- property localizedDisplayName as String
- property description as String
- shared method Available as Boolean
- class CNChangeHistoryAddContactEventMBS
- class CNChangeHistoryAddGroupEventMBS
- class CNChangeHistoryAddMemberToGroupEventMBS
- class CNChangeHistoryAddSubgroupToGroupEventMBS
- class CNChangeHistoryDeleteContactEventMBS
- class CNChangeHistoryDeleteGroupEventMBS
- class CNChangeHistoryDropEverythingEventMBS
- class CNChangeHistoryEventMBS
- class CNChangeHistoryFetchRequestMBS
- method additionalContactKeyDescriptors as CNKeyDescriptorMBS()
- method setAdditionalContactKeyDescriptors(additionalContactKeyDescriptors() as CNKeyDescriptorMBS)
- method excludedTransactionAuthors as String()
- method setExcludedTransactionAuthors(setExcludedTransactionAuthors() as String)
- method Constructor
- property shouldUnifyResults as Boolean
- property mutableObjects as Boolean
- property includeGroupChanges as Boolean
- property startingToken as MemoryBlock
- shared method available as Boolean
- class CNChangeHistoryRemoveMemberFromGroupEventMBS
- class CNChangeHistoryRemoveSubgroupFromGroupEventMBS
- class CNChangeHistoryUpdateContactEventMBS
- class CNChangeHistoryUpdateGroupEventMBS
- class CNContactFetchRequestMBS
- method keysToFetch as CNKeyDescriptorMBS()
- method setKeysToFetch(keysToFetch() as CNKeyDescriptorMBS)
- method Constructor(keysToFetch() as CNKeyDescriptorMBS)
- method Constructor
- property Handle as Integer
- property SortOrder as Integer
- property unifyResults as Boolean
- property mutableObjects as Boolean
- property predicate as NSPredicateMBS
- shared method available as Boolean
- class CNContactFormatterMBS
- method attributedStringFromContact(contact as CNContactMBS, DefaultAttributes as Dictionary = nil) as NSAttributedStringMBS
- method stringFromContact(contact as CNContactMBS) as String
- method Constructor
- property Handle as Integer
- property Style as Integer
- shared method attributedStringFromContact(contact as CNContactMBS, Style as Integer, DefaultAttributes as Dictionary = nil) as NSAttributedStringMBS
- shared method stringFromContact(contact as CNContactMBS, Style as Integer) as String
- shared method CNContactPropertyAttribute as String
- shared method available as Boolean
- shared method delimiterForContact(contact as CNContactMBS) as String
- shared method nameOrderForContact(contact as CNContactMBS) as Integer
- shared method descriptorForRequiredKeysForStyle(Style as Integer) as CNKeyDescriptorMBS
- class CNContactMBS
- method valueForKey(key as String) as Variant
- method isUnifiedWithContactWithIdentifier(contactIdentifier as String) as Boolean
- method areKeysAvailable(keyDescriptors() as CNKeyDescriptorMBS) as Boolean
- method isKeyAvailable(key as String) as Boolean
- method phoneNumbers as CNLabeledValueMBS()
- method emailAddresses as CNLabeledValueMBS()
- method postalAddresses as CNLabeledValueMBS()
- method urlAddresses as CNLabeledValueMBS()
- method contactRelations as CNLabeledValueMBS()
- method socialProfiles as CNLabeledValueMBS()
- method instantMessageAddresses as CNLabeledValueMBS()
- method dates as CNLabeledValueMBS()
- method mutableCopy as CNMutableContactMBS
- method copy as CNContactMBS
- method Constructor
- property birthday as NSDateComponentsMBS
- property nonGregorianBirthday as NSDateComponentsMBS
- property imageDataAvailable as Boolean
- property imageData as MemoryBlock
- property thumbnailImageData as MemoryBlock
- property identifier as String
- property namePrefix as String
- property givenName as String
- property middleName as String
- property familyName as String
- property previousFamilyName as String
- property nameSuffix as String
- property nickname as String
- property phoneticGivenName as String
- property phoneticMiddleName as String
- property phoneticFamilyName as String
- property organizationName as String
- property departmentName as String
- property jobTitle as String
- property note as String
- property phoneticOrganizationName as String
- property Handle as Integer
- property contactType as Integer
- shared method CNContactPropertyNotFetchedExceptionName as String
- shared method CNContactIdentifierKey as String
- shared method CNContactNamePrefixKey as String
- shared method CNContactGivenNameKey as String
- shared method CNContactMiddleNameKey as String
- shared method CNContactFamilyNameKey as String
- shared method CNContactPreviousFamilyNameKey as String
- shared method CNContactNameSuffixKey as String
- shared method CNContactNicknameKey as String
- shared method CNContactPhoneticGivenNameKey as String
- shared method CNContactPhoneticMiddleNameKey as String
- shared method CNContactPhoneticFamilyNameKey as String
- shared method CNContactOrganizationNameKey as String
- shared method CNContactDepartmentNameKey as String
- shared method CNContactJobTitleKey as String
- shared method CNContactBirthdayKey as String
- shared method CNContactNonGregorianBirthdayKey as String
- shared method CNContactNoteKey as String
- shared method CNContactImageDataKey as String
- shared method CNContactThumbnailImageDataKey as String
- shared method CNContactImageDataAvailableKey as String
- shared method CNContactTypeKey as String
- shared method CNContactPhoneNumbersKey as String
- shared method CNContactEmailAddressesKey as String
- shared method CNContactPostalAddressesKey as String
- shared method CNContactDatesKey as String
- shared method CNContactUrlAddressesKey as String
- shared method CNContactRelationsKey as String
- shared method CNContactSocialProfilesKey as String
- shared method CNContactInstantMessageAddressesKey as String
- shared method CNContactPhoneticOrganizationNameKey as String
- shared method predicateForContactsWithIdentifiers(Identifiers() as String) as NSPredicateMBS
- shared method predicateForContactsInGroupWithIdentifier(groupIdentifier as String) as NSPredicateMBS
- shared method predicateForContactsInContainerWithIdentifier(containerIdentifier as String) as NSPredicateMBS
- shared method predicateForContactsMatchingName(name as String) as NSPredicateMBS
- shared method predicateForContactsMatchingEmailAddress(emailAddress as String) as NSPredicateMBS
- shared method predicateForContactsMatchingPhoneNumber(phoneNumber as CNPhoneNumberMBS) as NSPredicateMBS
- shared method descriptorForAllComparatorKeys as CNKeyDescriptorMBS
- shared method localizedStringForKey(key as String) as String
- shared method available as Boolean
- class CNContactPickerMBS
- method showRelativeToRect(positioningRect as NSRectMBS, view as NSViewMBS, edge as integer)
- method Constructor
- method Destructor
- method Close
- method DisplayedKeys as String()
- method SetDisplayedKeys(keys() as String)
- property Handle as Integer
- shared method available as Boolean
- event DidSelectContact(contact as CNContactMBS)
- event DidSelectContactProperty(contactProperty as CNContactPropertyMBS)
- event WillClose
- event DidClose
- class CNContactPickerViewControllerMBS
- method displayedPropertyKeys as String()
- method setdisplayedPropertyKeys(displayedPropertyKeys() as String)
- method Constructor
- method Present
- method Dismiss
- method Destructor
- property predicateForEnablingContact as NSPredicateMBS
- property predicateForSelectionOfContact as NSPredicateMBS
- property predicateForSelectionOfProperty as NSPredicateMBS
- property isBeingPresented as Boolean
- shared method available as Boolean
- event didCancel
- event didSelectContact(contact as CNContactMBS)
- event didSelectContactProperty(contactProperty as CNContactPropertyMBS)
- event didSelectContacts(contacts() as CNContactMBS)
- event didSelectContactProperties(contactProperties() as CNContactPropertyMBS)
- class CNContactPropertyMBS
- class CNContactRelationMBS
- method copy as CNContactRelationMBS
- method Constructor(name as String)
- property Handle as Integer
- property Name as String
- shared method contactRelationWithName(name as string) as CNContactRelationMBS
- shared method available as Boolean
- shared method CNLabelContactRelationFather as String
- shared method CNLabelContactRelationMother as String
- shared method CNLabelContactRelationParent as String
- shared method CNLabelContactRelationBrother as String
- shared method CNLabelContactRelationSister as String
- shared method CNLabelContactRelationChild as String
- shared method CNLabelContactRelationFriend as String
- shared method CNLabelContactRelationSpouse as String
- shared method CNLabelContactRelationPartner as String
- shared method CNLabelContactRelationAssistant as String
- shared method CNLabelContactRelationManager as String
- shared method CNLabelContactRelationSon as String
- shared method CNLabelContactRelationDaughter as String
- class CNContactStoreMBS
- method groupsByName(name as String, byref error as NSErrorMBS) as CNGroupMBS()
- method groupsForContact(contact as CNContactMBS, byref error as NSErrorMBS) as CNGroupMBS()
- method unifiedMeContact(byref error as NSErrorMBS) as CNContactMBS
- method unifiedContactWithIdentifier(identifier as string, byref error as NSErrorMBS) as CNContactMBS
- method unifiedContactsMatchingPredicate(predicate as NSPredicateMBS, byref error as NSErrorMBS) as CNContactMBS()
- method allContacts(byref error as NSErrorMBS) as CNContactMBS()
- method unifiedMeContactWithKeysToFetch(keys() as CNKeyDescriptorMBS, byref error as NSErrorMBS) as CNContactMBS
- method unifiedContactWithIdentifier(identifier as string, keys() as CNKeyDescriptorMBS, byref error as NSErrorMBS) as CNContactMBS
- method unifiedContactsMatchingPredicate(predicate as NSPredicateMBS, keysToFetch() as CNKeyDescriptorMBS, byref error as NSErrorMBS) as CNContactMBS()
- method ContactsWithFetchRequest(fetchRequest as CNContactFetchRequestMBS, byref error as NSErrorMBS) as CNContactMBS()
- method enumerateContactsWithFetchRequest(fetchRequest as CNContactFetchRequestMBS, byref error as NSErrorMBS, tag as variant = nil) as Boolean
- method groupsMatchingPredicate(predicate as NSPredicateMBS, byref error as NSErrorMBS) as CNGroupMBS()
- method containersMatchingPredicate(predicate as NSPredicateMBS, byref error as NSErrorMBS) as CNContainerMBS()
- method requestAccessForEntityType(entityType as Integer = 0, tag as variant = nil)
- method defaultContainerIdentifier as String
- method executeSaveRequest(saveRequest as CNSaveRequestMBS, byref Error as NSErrorMBS) as Boolean
- method Constructor
- method Destructor
- method enumeratorForChangeHistoryFetchRequest(request as CNChangeHistoryFetchRequestMBS, byref error as NSErrorMBS) as CNFetchResultMBS
- method enumeratorForContactFetchRequest(request as CNContactFetchRequestMBS, byref error as NSErrorMBS) as CNFetchResultMBS
- property Handle as Integer
- property currentHistoryToken as MemoryBlock
- shared method CNContactStoreDidChangeNotification as String
- shared method CNErrorDomain as String
- shared method CNErrorUserInfoAffectedRecordsKey as String
- shared method CNErrorUserInfoAffectedRecordIdentifiersKey as String
- shared method CNErrorUserInfoValidationErrorsKey as String
- shared method CNErrorUserInfoKeyPathsKey as String
- shared method AllFetchKeys as String()
- shared method available as Boolean
- shared method authorizationStatusForEntityType(entityType as Integer = 0) as Integer
- event requestAccessForEntityType(granted as boolean, error as NSErrorMBS, tag as Variant)
- event enumerateContactsWithFetchRequest(contact as CNContactMBS, byref stop as boolean, tag as Variant)
- event DidChange
- class CNContactsUserDefaultsMBS
- class CNContactVCardSerializationMBS
- method Constructor
- shared method available as Boolean
- shared method descriptorForRequiredKeys as CNKeyDescriptorMBS
- shared method dataWithContacts(Contacts() as CNContactMBS, byref error as NSErrorMBS) as MemoryBlock
- shared method contactsWithData(Data as MemoryBlock, byref error as NSErrorMBS) as CNContactMBS()
- class CNContactViewControllerMBS
- class CNContainerMBS
- method copy as CNContainerMBS
- method Constructor
- property Type as Integer
- property Identifier as String
- property Name as String
- property Handle as Integer
- shared method CNContainerIdentifierKey as String
- shared method CNContainerNameKey as String
- shared method CNContainerTypeKey as String
- shared method predicateForContainersWithIdentifiers(Identifiers() as String) as NSPredicateMBS
- shared method predicateForContainerOfContactWithIdentifier(contactIdentifier as String) as NSPredicateMBS
- shared method predicateForContainerOfGroupWithIdentifier(groupIdentifier as String) as NSPredicateMBS
- shared method available as Boolean
- class CNFetchResultMBS
- class CNGroupMBS
- method valueForKey(key as String) as Variant
- method mutableCopy as CNMutableGroupMBS
- method copy as CNGroupMBS
- method Constructor
- property Handle as Integer
- property Name as String
- property Identifier as String
- shared method predicateForGroupsWithIdentifiers(Identifiers() as String) as NSPredicateMBS
- shared method predicateForSubgroupsInGroupWithIdentifier(contactIdentifier as String) as NSPredicateMBS
- shared method predicateForGroupsInContainerWithIdentifier(groupIdentifier as String) as NSPredicateMBS
- shared method CNGroupNameKey as String
- shared method CNGroupIdentifierKey as String
- shared method available as Boolean
- class CNInstantMessageAddressMBS
- method copy as CNInstantMessageAddressMBS
- method Constructor(username as String, Service as String)
- property Handle as Integer
- property username as String
- property service as String
- shared method localizedStringForService(key as String) as String
- shared method localizedStringForKey(key as String) as String
- shared method available as Boolean
- shared method CNInstantMessageAddressUsernameKey as String
- shared method CNInstantMessageAddressServiceKey as String
- shared method CNInstantMessageServiceAIM as String
- shared method CNInstantMessageServiceFacebook as String
- shared method CNInstantMessageServiceGaduGadu as String
- shared method CNInstantMessageServiceGoogleTalk as String
- shared method CNInstantMessageServiceICQ as String
- shared method CNInstantMessageServiceJabber as String
- shared method CNInstantMessageServiceMSN as String
- shared method CNInstantMessageServiceQQ as String
- shared method CNInstantMessageServiceSkype as String
- shared method CNInstantMessageServiceYahoo as String
- class CNKeyDescriptorMBS
- class CNLabeledValueMBS
- method labeledValueBySettingValue(value as variant) as CNLabeledValueMBS
- method labeledValueBySettingLabel(label as string) as CNLabeledValueMBS
- method labeledValueBySettingLabel(label as string, value as variant) as CNLabeledValueMBS
- method copy as CNLabeledValueMBS
- method Constructor(label as string, value as variant)
- property Handle as Integer
- property Identifier as String
- property Label as String
- property Value as Variant
- shared method labeledValueWithLabel(label as string, value as variant) as CNLabeledValueMBS
- shared method localizedStringForLabel(label as string) as string
- shared method available as Boolean
- shared method CNLabelHome as String
- shared method CNLabelWork as String
- shared method CNLabelOther as String
- shared method CNLabelEmailiCloud as String
- shared method CNLabelURLAddressHomePage as String
- shared method CNLabelDateAnniversary as String
- class CNMutableContactMBS
- method Constructor
- method setPhoneNumbers(phoneNumbers() as CNLabeledValueMBS)
- method setEmailAddresses(emailAddresses() as CNLabeledValueMBS)
- method setPostalAddresses(postalAddresses() as CNLabeledValueMBS)
- method setURLAddresses(urlAddresses() as CNLabeledValueMBS)
- method setContactRelations(contactRelations() as CNLabeledValueMBS)
- method setSocialProfiles(socialProfiles() as CNLabeledValueMBS)
- method setInstantMessageAddresses(instantMessageAddresses() as CNLabeledValueMBS)
- method setDates(dates() as CNLabeledValueMBS)
- property valueForKey(key as String) as Variant
- property birthday as NSDateComponentsMBS
- property nonGregorianBirthday as NSDateComponentsMBS
- property imageData as MemoryBlock
- property namePrefix as String
- property givenName as String
- property middleName as String
- property familyName as String
- property previousFamilyName as String
- property nameSuffix as String
- property nickname as String
- property phoneticGivenName as String
- property phoneticMiddleName as String
- property phoneticFamilyName as String
- property organizationName as String
- property departmentName as String
- property jobTitle as String
- property note as String
- property phoneticOrganizationName as String
- property contactType as Integer
- class CNMutableGroupMBS
- class CNMutablePostalAddressMBS
- class CNPhoneNumberMBS
- method copy as CNPhoneNumberMBS
- method Constructor(value as string)
- property Handle as Integer
- property stringValue as String
- shared method phoneNumberWithStringValue(p as string) as CNPhoneNumberMBS
- shared method available as Boolean
- shared method CNLabelPhoneNumberAppleWatch as String
- shared method CNLabelPhoneNumberiPhone as String
- shared method CNLabelPhoneNumberMobile as String
- shared method CNLabelPhoneNumberMain as String
- shared method CNLabelPhoneNumberHomeFax as String
- shared method CNLabelPhoneNumberWorkFax as String
- shared method CNLabelPhoneNumberOtherFax as String
- shared method CNLabelPhoneNumberPager as String
- class CNPostalAddressFormatterMBS
- method Constructor
- method stringFromPostalAddress(postalAddress as CNPostalAddressMBS) as String
- method attributedStringFromPostalAddress(postalAddress as CNPostalAddressMBS, DefaultAttributes as Dictionary = nil) as NSAttributedStringMBS
- property Handle as Integer
- property Style as Integer
- shared method stringFromPostalAddress(postalAddress as CNPostalAddressMBS, style as Integer) as String
- shared method attributedStringFromPostalAddress(postalAddress as CNPostalAddressMBS, style as Integer, DefaultAttributes as Dictionary = nil) as NSAttributedStringMBS
- shared method CNPostalAddressPropertyAttribute as String
- shared method CNPostalAddressLocalizedPropertyNameAttribute as String
- shared method available as Boolean
- class CNPostalAddressMBS
- method copy as CNPostalAddressMBS
- method mutableCopy as CNMutablePostalAddressMBS
- method Constructor
- property Handle as Integer
- property Street as String
- property City as String
- property State as String
- property PostalCode as String
- property Country as String
- property ISOCountryCode as String
- shared method available as Boolean
- shared method localizedStringForKey(key as String) as String
- shared method CNPostalAddressStreetKey as String
- shared method CNPostalAddressCityKey as String
- shared method CNPostalAddressStateKey as String
- shared method CNPostalAddressPostalCodeKey as String
- shared method CNPostalAddressCountryKey as String
- shared method CNPostalAddressISOCountryCodeKey as String
- class CNSaveRequestMBS
- method removeSubgroup(subgroup as CNGroupMBS, group as CNGroupMBS)
- method addSubgroup(subgroup as CNGroupMBS, group as CNGroupMBS)
- method removeMember(contact as CNContactMBS, group as CNGroupMBS)
- method addMember(contact as CNContactMBS, group as CNGroupMBS)
- method addGroup(group as CNMutableGroupMBS, identifier as String)
- method addContact(contact as CNMutableContactMBS, ContainerIdentifier as String)
- method deleteGroup(contact as CNMutableGroupMBS)
- method updateGroup(contact as CNMutableGroupMBS)
- method deleteContact(contact as CNMutableContactMBS)
- method updateContact(contact as CNMutableContactMBS)
- method Constructor
- property Handle as Integer
- property transactionAuthor as String
- property shouldRefetchContacts as Boolean
- shared method available as Boolean
- class CNSocialProfileMBS
- method copy as CNSocialProfileMBS
- method Constructor(URLString as String, UserName as String, Identifier as String, Service as String)
- property Handle as Integer
- property urlString as String
- property username as String
- property userIdentifier as String
- property service as String
- shared method localizedStringForService(service as String) as String
- shared method localizedStringForKey(key as String) as String
- shared method available as Boolean
- shared method CNSocialProfileURLStringKey as String
- shared method CNSocialProfileUsernameKey as String
- shared method CNSocialProfileUserIdentifierKey as String
- shared method CNSocialProfileServiceKey as String
- shared method CNSocialProfileServiceFacebook as String
- shared method CNSocialProfileServiceFlickr as String
- shared method CNSocialProfileServiceLinkedIn as String
- shared method CNSocialProfileServiceMySpace as String
- shared method CNSocialProfileServiceSinaWeibo as String
- shared method CNSocialProfileServiceTencentWeibo as String
- shared method CNSocialProfileServiceTwitter as String
- shared method CNSocialProfileServiceYelp as String
- shared method CNSocialProfileServiceGameCenter as String
- class DesktopHTMLViewer
- class EKAlarmMBS
- method copy as EKAlarmMBS
- method Constructor(offset as double)
- method Constructor(date as date)
- method Constructor(date as dateTime)
- property type as Integer
- property proximity as Integer
- property soundName as String
- property emailAddress as String
- property relativeOffset as double
- property absoluteDate as date
- property structuredLocation as EKStructuredLocationMBS
- property url as String
- property absoluteDateTime as DateTime
- shared method alarmWithRelativeOffset(offset as double) as EKAlarmMBS
- shared method alarmWithAbsoluteDate(d as date) as EKAlarmMBS
- shared method alarmWithAbsoluteDateTime(d as dateTime) as EKAlarmMBS
- class EKCalendarItemMBS
- method attendees as EKParticipantMBS()
- method alarms as EKAlarmMBS()
- method setAlarms(alarms() as EKAlarmMBS)
- method recurrenceRules as EKRecurrenceRuleMBS()
- method setRecurrenceRules(rules() as EKRecurrenceRuleMBS)
- method addRecurrenceRule(rule as EKRecurrenceRuleMBS)
- method removeRecurrenceRule(rule as EKRecurrenceRuleMBS)
- method addAlarm(alarm as EKAlarmMBS)
- method removeAlarm(alarm as EKAlarmMBS)
- property title as String
- property calendarItemIdentifier as String
- property calendarItemExternalIdentifier as String
- property calendar as EKCalendarMBS
- property location as String
- property notes as String
- property URL as String
- property timeZone as NSTimeZoneMBS
- property lastModifiedDate as Date
- property creationDate as Date
- property hasAlarms as Boolean
- property hasRecurrenceRules as Boolean
- property hasAttendees as Boolean
- property hasNotes as Boolean
- property lastModifiedDateTime as DateTime
- property creationDateTime as DateTime
- class EKCalendarMBS
- method Constructor(entityType as integer, eventStore as EKEventStoreMBS)
- property source as EKSourceMBS
- property title as String
- property calendarIdentifier as String
- property type as Integer
- property allowsContentModifications as Boolean
- property Subscribed as Boolean
- property Immutable as Boolean
- property allowedEntityTypes as Integer
- property supportedEventAvailabilities as Integer
- property CGColor as Variant
- property Color as NSColorMBS
- shared method calendarForEntityType(entityType as integer, eventStore as EKEventStoreMBS) as EKCalendarMBS
- class EKEventMBS
- method setStartDate(d as date, tz as NSTimeZoneMBS)
- method setEndDate(d as date, tz as NSTimeZoneMBS)
- method Constructor(eventStore as EKEventStoreMBS)
- method refresh as boolean
- method compareStartDateWithEvent(other as EKEventMBS) as integer
- property startDate as Date
- property endDate as Date
- property occurrenceDate as Date
- property AllDay as Boolean
- property eventIdentifier as String
- property birthdayPersonUniqueID as String
- property organizer as EKParticipantMBS
- property status as Integer
- property availability as Integer
- property isDetached as Boolean
- property structuredLocation as EKStructuredLocationMBS
- property birthdayContactIdentifier as String
- property startDateTime as DateTime
- property endDateTime as DateTime
- property occurrenceDateTime as DateTime
- shared method eventWithEventStore(eventStore as EKEventStoreMBS) as EKEventMBS
- class EKEventStoreMBS
- method reminderWithIdentifier(identifier as string) as EKCalendarItemMBS
- method remindersWithExternalIdentifier(identifier as string) as EKCalendarItemMBS()
- method eventsWithExternalIdentifier(identifier as string) as EKCalendarItemMBS()
- method enumerateEventsMatchingPredicate(predicate as NSPredicateMBS, tag as variant = nil)
- method requestAccessToEntityType(entityType as integer, tag as variant = nil)
- method fetchRemindersMatchingPredicate(predicate as NSPredicateMBS, tag as variant = nil) as EKFetchRequestMBS
- method fetchRemindersMatchingPredicateSync(predicate as NSPredicateMBS) as EKReminderMBS()
- method cancelFetchRequest(request as EKFetchRequestMBS)
- method predicateForCompletedRemindersWithCompletionDate(startDate as date, endDate as date) as NSPredicateMBS
- method predicateForCompletedRemindersWithCompletionDate(startDate as date, endDate as date, calendars() as EKCalendarMBS) as NSPredicateMBS
- method predicateForIncompleteRemindersWithDueDate(startDate as date, endDate as date) as NSPredicateMBS
- method predicateForIncompleteRemindersWithDueDate(startDate as date, endDate as date, calendars() as EKCalendarMBS) as NSPredicateMBS
- method predicateForEvents(startDate as date, endDate as date) as NSPredicateMBS
- method predicateForEvents(startDate as date, endDate as date, calendars() as EKCalendarMBS) as NSPredicateMBS
- method predicateForRemindersInCalendars(calendars() as EKCalendarMBS) as NSPredicateMBS
- method predicateForRemindersInCalendar(calendar as EKCalendarMBS) as NSPredicateMBS
- method eventsMatchingPredicate(predicate as NSPredicateMBS) as EKEventMBS()
- method eventsMatchingPredicateAsync(predicate as NSPredicateMBS, tag as variant = nil)
- method saveReminder(reminder as EKReminderMBS, commit as boolean, byref error as NSErrorMBS) as boolean
- method removeReminder(reminder as EKReminderMBS, commit as boolean, byref error as NSErrorMBS) as boolean
- method saveEvent(event as EKEventMBS, span as integer, commit as boolean, byref error as NSErrorMBS) as boolean
- method removeEvent(event as EKEventMBS, span as integer, commit as boolean, byref error as NSErrorMBS) as boolean
- method saveEvent(event as EKEventMBS, span as integer, byref error as NSErrorMBS) as boolean
- method removeEvent(event as EKEventMBS, span as integer, byref error as NSErrorMBS) as boolean
- method eventWithIdentifier(identifier as string) as EKEventMBS
- method calendarItemWithIdentifier(identifier as string) as EKCalendarItemMBS
- method calendarItemsWithExternalIdentifier(identifier as string) as EKCalendarItemMBS()
- method calendarsForEntityType(types as integer) as EKCalendarMBS()
- method calendarWithIdentifier(identifier as string) as EKCalendarMBS
- method sources as EKSourceMBS()
- method delegateSources as EKSourceMBS()
- method sourceWithIdentifier(identifier as string) as EKSourceMBS
- method refreshSourcesIfNecessary
- method reset
- method commit(byref error as NSErrorMBS)
- method Destructor
- method Constructor
- method Constructor(types as integer)
- method Constructor(sources() as EKSourceMBS)
- method saveCalendar(calendar as EKCalendarMBS, commit as boolean, byref error as NSErrorMBS) as boolean
- method removeCalendar(calendar as EKCalendarMBS, commit as boolean, byref error as NSErrorMBS) as boolean
- method predicateForCompletedRemindersWithCompletionDate(startDate as dateTime, endDate as dateTime) as NSPredicateMBS
- method predicateForCompletedRemindersWithCompletionDate(startDate as dateTime, endDate as dateTime, calendars() as EKCalendarMBS) as NSPredicateMBS
- method predicateForIncompleteRemindersWithDueDate(startDate as dateTime, endDate as dateTime) as NSPredicateMBS
- method predicateForIncompleteRemindersWithDueDate(startDate as dateTime, endDate as dateTime, calendars() as EKCalendarMBS) as NSPredicateMBS
- method predicateForEvents(startDate as dateTime, endDate as dateTime) as NSPredicateMBS
- method predicateForEvents(startDate as dateTime, endDate as dateTime, calendars() as EKCalendarMBS) as NSPredicateMBS
- property eventStoreIdentifier as String
- property defaultCalendarForNewEvents as EKCalendarMBS
- property defaultCalendarForNewReminders as EKCalendarMBS
- shared method EKErrorDomain as string
- shared method EKEventStoreChangedNotification as string
- shared method Available as boolean
- shared method authorizationStatusForEntityType(entityType as Integer) as Integer
- event requestAccessToEntityTypeCompleted(entityType as Integer, granted as Boolean, error as NSErrorMBS, tag as variant)
- event Changed
- event enumerateEventsMatchingPredicateUpdate(e as EKEventMBS, byref stop as boolean, predicate as NSPredicateMBS, tag as variant)
- event fetchRemindersMatchingPredicateCompleted(reminders() as EKReminderMBS, predicate as NSPredicateMBS, tag as variant)
- event eventsMatchingPredicateAsyncCompleted(events() as EKEventMBS, predicate as NSPredicateMBS, tag as variant)
- class EKFetchRequestMBS
- class EKObjectMBS
- class EKParticipantMBS
- method copy as EKParticipantMBS
- method Constructor
- method ABPersonInAddressBook(addressBook as Variant) as Variant
- property name as String
- property URL as String
- property person as Variant
- property participantStatus as Integer
- property participantRole as Integer
- property participantType as Integer
- property isCurrentUser as Boolean
- property contactPredicate as NSPredicateMBS
- class EKRecurrenceDayOfWeekMBS
- method Constructor(dayOfTheWeek as integer)
- method Constructor(dayOfTheWeek as integer, weekNumber as integer)
- method copy as EKRecurrenceDayOfWeekMBS
- property Handle as Integer
- property dayOfTheWeek as Integer
- property weekNumber as Integer
- shared method dayOfWeek(dayOfTheWeek as integer) as EKRecurrenceDayOfWeekMBS
- shared method dayOfWeek(dayOfTheWeek as integer, weekNumber as integer) as EKRecurrenceDayOfWeekMBS
- class EKRecurrenceEndMBS
- method copy as EKRecurrenceEndMBS
- method Constructor(occurrenceCount as integer)
- method Constructor(endDate as date)
- method Constructor(endDate as dateTime)
- property Handle as Integer
- property occurrenceCount as Integer
- property endDate as Date
- property endDateTime as DateTime
- shared method recurrenceEndWithOccurrenceCount(occurrenceCount as integer) as EKRecurrenceEndMBS
- shared method recurrenceEndWithEndDate(endDate as date) as EKRecurrenceEndMBS
- class EKRecurrenceRuleMBS
- method Constructor(type as integer, interval as integer, end as EKRecurrenceEndMBS = nil)
- method Constructor(type as integer, interval as integer, days() as EKRecurrenceDayOfWeekMBS, monthDays() as integer, months() as integer, weeksOfTheYear() as integer, daysOfTheYear() as integer, setPositions() as integer, end as EKRecurrenceEndMBS = nil)
- method daysOfTheWeek as EKRecurrenceDayOfWeekMBS()
- method daysOfTheMonth as integer()
- method daysOfTheYear as integer()
- method weeksOfTheYear as integer()
- method monthsOfTheYear as integer()
- method setPositions as integer()
- method copy as EKRecurrenceRuleMBS
- property calendarIdentifier as String
- property recurrenceEnd as EKRecurrenceEndMBS
- property interval as Integer
- property frequency as Integer
- property firstDayOfTheWeek as Integer
- class EKReminderMBS
- method Constructor(eventStore as EKEventStoreMBS)
- property completionDate as Date
- property completed as Boolean
- property startDateComponents as NSDateComponentsMBS
- property dueDateComponents as NSDateComponentsMBS
- property dueDate as Date
- property priority as Integer
- property completionDateTime as DateTime
- property dueDateTime as DateTime
- shared method reminderWithEventStore(eventStore as EKEventStoreMBS) as EKReminderMBS
- class EKSourceMBS
- class EKStructuredLocationMBS
- method Constructor(title as string)
- method copy as EKObjectMBS
- property title as String
- property radius as double
- property geoLocation as Variant
- shared method locationWithTitle(title as string) as EKStructuredLocationMBS
- shared method locationWithMapItem(MapItem as Variant) as EKStructuredLocationMBS
- class HTMLViewer
- class LAContextMBS
- method evaluatePolicy(Policy as Integer, localizedReason as String, Tag as Variant = nil)
- method canEvaluatePolicy(Policy as Integer, byref Error as NSErrorMBS) as Boolean
- method isCredentialSet(CredentialType as Integer) as Boolean
- method setCredential(credential as MemoryBlock, Type as Integer) as Boolean
- method Constructor
- method invalidate
- property Handle as Integer
- property localizedFallbackTitle as String
- property evaluatedPolicyDomainState as MemoryBlock
- property touchIDAuthenticationAllowableReuseDuration as Double
- property localizedReason as String
- property localizedCancelTitle as String
- property interactionNotAllowed as Boolean
- property biometryType as Integer
- shared method Available as Boolean
- shared method TouchIDAuthenticationMaximumAllowableReuseDuration as Double
- event evaluatePolicyResult(Success as Boolean, error as NSErrorMBS, Policy as Integer, localizedReason as String, tag as Variant)
- class MLArrayBatchProviderMBS
- class MLBatchProviderMBS
- class MLDictionaryConstraintMBS
- class MLDictionaryFeatureProviderMBS
- class MLFeatureDescriptionMBS
- method copy as MLFeatureDescriptionMBS
- method Constructor
- method isAllowedValue(value as MLFeatureValueMBS) as boolean
- property Handle as Integer
- property Name as String
- property Type as Integer
- property isOptional as Boolean
- property multiArrayConstraint as MLMultiArrayConstraintMBS
- property imageConstraint as MLImageConstraintMBS
- property dictionaryConstraint as MLDictionaryConstraintMBS
- property sequenceConstraint as MLSequenceConstraintMBS
- class MLFeatureProviderMBS
- class MLFeatureValueMBS
- method isEqualToFeatureValue(value as MLFeatureValueMBS) as Boolean
- method copy as MLFeatureValueMBS
- method Constructor
- property Handle as Integer
- property Type as Integer
- property stringValue as String
- property Undefined as Boolean
- property int64Value as Int64
- property doubleValue as Double
- property multiArrayValue as MLMultiArrayMBS
- property dictionaryValue as Dictionary
- property CIImageValue as Variant
- property PictureValue as Picture
- property PictureWidth as Integer
- property PictureHeight as Integer
- property value as Variant
- property sequenceValue as MLSequenceMBS
- property imageBufferValue as Integer
- shared method featureValueWithCGImage(image as variant, orientation as integer = -1, pixelsWide as Integer, pixelsHigh as Integer, pixelFormatType as String, options as Dictionary = nil, byref error as NSErrorMBS) as MLFeatureValueMBS
- shared method featureValueWithImageFile(File as FolderItem, orientation as integer = -1, pixelsWide as Integer, pixelsHigh as Integer, pixelFormatType as String, options as Dictionary = nil, byref error as NSErrorMBS) as MLFeatureValueMBS
- shared method featureValueWithCGImage(image as variant, orientation as integer = -1, constraint as MLImageConstraintMBS, options as Dictionary = nil, byref error as NSErrorMBS) as MLFeatureValueMBS
- shared method featureValueWithImageFile(File as FolderItem, orientation as integer = -1, constraint as MLImageConstraintMBS, options as Dictionary = nil, byref error as NSErrorMBS) as MLFeatureValueMBS
- shared method featureValueWithDictionary(value as Dictionary, byref error as NSErrorMBS) as MLFeatureValueMBS
- shared method featureValueWithInt64(value as Int64) as MLFeatureValueMBS
- shared method featureValueWithDouble(value as double) as MLFeatureValueMBS
- shared method undefinedFeatureValueWithType(type as Integer) as MLFeatureValueMBS
- shared method featureValueWithString(value as string) as MLFeatureValueMBS
- shared method featureValueWithMultiArray(value as MLMultiArrayMBS) as MLFeatureValueMBS
- shared method featureValueWithPicture(value as Picture) as MLFeatureValueMBS
- shared method featureValueWithSequence(sequence as MLSequenceMBS) as MLFeatureValueMBS
- shared method featureValueWithPixelBuffer(Handle as Integer) as MLFeatureValueMBS
- shared method MLFeatureValueImageOptionCropRect as String
- shared method MLFeatureValueImageOptionCropAndScale as String
- class MLImageConstraintMBS
- class MLImageSizeConstraintMBS
- class MLImageSizeMBS
- class MLKeyMBS
- class MLMediaGroupMBS
- method childGroups as MLMediaGroupMBS()
- method mediaObjects as MLMediaObjectMBS()
- method Constructor
- property Handle as Integer
- property MediaLibrary as MLMediaLibraryMBS
- property Parent as MLMediaGroupMBS
- property MediaSourceIdentifier as String
- property Name as String
- property Identifier as String
- property TypeIdentifier as String
- property ModificationDate as Date
- property URL as String
- property IconImage as NSImageMBS
- property Properties as Dictionary
- property ModificationDateTime as DateTime
- shared method MLFolderRootGroupTypeIdentifier as String
- shared method MLFolderGroupTypeIdentifier as String
- shared method MLiTunesRootGroupTypeIdentifier as String
- shared method MLiTunesPlaylistTypeIdentifier as String
- shared method MLiTunesPurchasedPlaylistTypeIdentifier as String
- shared method MLiTunesPodcastPlaylistTypeIdentifier as String
- shared method MLiTunesVideoPlaylistTypeIdentifier as String
- shared method MLiTunesSmartPlaylistTypeIdentifier as String
- shared method MLiTunesFolderPlaylistTypeIdentifier as String
- shared method MLiTunesMoviesPlaylistTypeIdentifier as String
- shared method MLiTunesTVShowsPlaylistTypeIdentifier as String
- shared method MLiTunesAudioBooksPlaylistTypeIdentifier as String
- shared method MLiTunesMusicPlaylistTypeIdentifier as String
- shared method MLiTunesMusicVideosPlaylistTypeIdentifier as String
- shared method MLiTunesGeniusPlaylistTypeIdentifier as String
- shared method MLiTunesSavedGeniusPlaylistTypeIdentifier as String
- shared method MLiTunesiTunesUPlaylistTypeIdentifier as String
- shared method MLPhotosRootGroupTypeIdentifier as String
- shared method MLPhotosSharedGroupTypeIdentifier as String
- shared method MLPhotosAlbumsGroupTypeIdentifier as String
- shared method MLPhotosAlbumTypeIdentifier as String
- shared method MLPhotosFolderTypeIdentifier as String
- shared method MLPhotosSmartAlbumTypeIdentifier as String
- shared method MLPhotosPublishedAlbumTypeIdentifier as String
- shared method MLPhotosAllMomentsGroupTypeIdentifier as String
- shared method MLPhotosMomentGroupTypeIdentifier as String
- shared method MLPhotosAllCollectionsGroupTypeIdentifier as String
- shared method MLPhotosCollectionGroupTypeIdentifier as String
- shared method MLPhotosAllYearsGroupTypeIdentifier as String
- shared method MLPhotosYearGroupTypeIdentifier as String
- shared method MLPhotosLastImportGroupTypeIdentifier as String
- shared method MLPhotosMyPhotoStreamTypeIdentifier as String
- shared method MLPhotosSharedPhotoStreamTypeIdentifier as String
- shared method MLPhotosFavoritesGroupTypeIdentifier as String
- shared method MLPhotosFrontCameraGroupTypeIdentifier as String
- shared method MLPhotosLivePhotosGroupTypeIdentifier as String
- shared method MLPhotosLongExposureGroupTypeIdentifier as String
- shared method MLPhotosAnimatedGroupTypeIdentifier as String
- shared method MLPhotosPanoramasGroupTypeIdentifier as String
- shared method MLPhotosVideosGroupTypeIdentifier as String
- shared method MLPhotosSloMoGroupTypeIdentifier as String
- shared method MLPhotosDepthEffectGroupTypeIdentifier as String
- shared method MLPhotosTimelapseGroupTypeIdentifier as String
- shared method MLPhotosBurstGroupTypeIdentifier as String
- shared method MLPhotosScreenshotGroupTypeIdentifier as String
- shared method MLPhotosFacesAlbumTypeIdentifier as String
- shared method MLPhotosAllPhotosAlbumTypeIdentifier as String
- shared method MLiPhotoRootGroupTypeIdentifier as String
- shared method MLiPhotoAlbumTypeIdentifier as String
- shared method MLiPhotoLibraryAlbumTypeIdentifier as String
- shared method MLiPhotoEventsFolderTypeIdentifier as String
- shared method MLiPhotoSmartAlbumTypeIdentifier as String
- shared method MLiPhotoEventAlbumTypeIdentifier as String
- shared method MLiPhotoLastImportAlbumTypeIdentifier as String
- shared method MLiPhotoLastNMonthsAlbumTypeIdentifier as String
- shared method MLiPhotoFlaggedAlbumTypeIdentifier as String
- shared method MLiPhotoFolderAlbumTypeIdentifier as String
- shared method MLiPhotoSubscribedAlbumTypeIdentifier as String
- shared method MLiPhotoFacesAlbumTypeIdentifier as String
- shared method MLiPhotoPlacesAlbumTypeIdentifier as String
- shared method MLiPhotoPlacesCountryAlbumTypeIdentifier as String
- shared method MLiPhotoPlacesProvinceAlbumTypeIdentifier as String
- shared method MLiPhotoPlacesCityAlbumTypeIdentifier as String
- shared method MLiPhotoPlacesPointOfInterestAlbumTypeIdentifier as String
- shared method MLiPhotoFacebookAlbumTypeIdentifier as String
- shared method MLiPhotoFlickrAlbumTypeIdentifier as String
- shared method MLiPhotoFacebookGroupTypeIdentifier as String
- shared method MLiPhotoFlickrGroupTypeIdentifier as String
- shared method MLiPhotoSlideShowAlbumTypeIdentifier as String
- shared method MLiPhotoLastViewedEventAlbumTypeIdentifier as String
- shared method MLiPhotoPhotoStreamAlbumTypeIdentifier as String
- shared method MLApertureRootGroupTypeIdentifier as String
- shared method MLApertureUserAlbumTypeIdentifier as String
- shared method MLApertureUserSmartAlbumTypeIdentifier as String
- shared method MLApertureProjectAlbumTypeIdentifier as String
- shared method MLApertureFolderAlbumTypeIdentifier as String
- shared method MLApertureProjectFolderAlbumTypeIdentifier as String
- shared method MLApertureLightTableTypeIdentifier as String
- shared method MLApertureFlickrGroupTypeIdentifier as String
- shared method MLApertureFlickrAlbumTypeIdentifier as String
- shared method MLApertureFacebookGroupTypeIdentifier as String
- shared method MLApertureFacebookAlbumTypeIdentifier as String
- shared method MLApertureSmugMugGroupTypeIdentifier as String
- shared method MLApertureSmugMugAlbumTypeIdentifier as String
- shared method MLApertureSlideShowTypeIdentifier as String
- shared method MLApertureAllPhotosTypeIdentifier as String
- shared method MLApertureFlaggedTypeIdentifier as String
- shared method MLApertureAllProjectsTypeIdentifier as String
- shared method MLApertureFacesAlbumTypeIdentifier as String
- shared method MLAperturePlacesAlbumTypeIdentifier as String
- shared method MLAperturePlacesCountryAlbumTypeIdentifier as String
- shared method MLAperturePlacesProvinceAlbumTypeIdentifier as String
- shared method MLAperturePlacesCityAlbumTypeIdentifier as String
- shared method MLAperturePlacesPointOfInterestAlbumTypeIdentifier as String
- shared method MLApertureLastImportAlbumTypeIdentifier as String
- shared method MLApertureLastNMonthsAlbumTypeIdentifier as String
- shared method MLApertureLastViewedEventAlbumTypeIdentifier as String
- shared method MLAperturePhotoStreamAlbumTypeIdentifier as String
- shared method MLGarageBandRootGroupTypeIdentifier as String
- shared method MLGarageBandFolderGroupTypeIdentifier as String
- shared method MLLogicRootGroupTypeIdentifier as String
- shared method MLLogicBouncesGroupTypeIdentifier as String
- shared method MLLogicProjectsGroupTypeIdentifier as String
- shared method MLLogicProjectTypeIdentifier as String
- shared method MLiMovieRootGroupTypeIdentifier as String
- shared method MLiMovieEventGroupTypeIdentifier as String
- shared method MLiMovieProjectGroupTypeIdentifier as String
- shared method MLiMovieEventLibraryGroupTypeIdentifier as String
- shared method MLiMovieEventCalendarGroupTypeIdentifier as String
- shared method MLiMovieFolderGroupTypeIdentifier as String
- shared method MLFinalCutRootGroupTypeIdentifier as String
- shared method MLFinalCutEventGroupTypeIdentifier as String
- shared method MLFinalCutProjectGroupTypeIdentifier as String
- shared method MLFinalCutEventLibraryGroupTypeIdentifier as String
- shared method MLFinalCutEventCalendarGroupTypeIdentifier as String
- shared method MLFinalCutFolderGroupTypeIdentifier as String
- class MLMediaLibraryMBS
- method Constructor(options as Dictionary)
- property Handle as Integer
- property mediaSources as Dictionary
- shared method Available as Boolean
- shared method MLMediaLoadSourceTypesKey as String
- shared method MLMediaLoadIncludeSourcesKey as String
- shared method MLMediaLoadExcludeSourcesKey as String
- shared method MLMediaLoadFoldersKey as String
- shared method MLMediaLoadAppleLoops as String
- shared method MLMediaLoadMoviesFolder as String
- shared method MLMediaLoadAppFoldersKey as String
- class MLMediaObjectMBS
- method Constructor
- property Handle as Integer
- property MediaLibrary as MLMediaLibraryMBS
- property Identifier as String
- property MediaSourceIdentifier as String
- property Properties as Dictionary
- property ContentType as String
- property Name as String
- property URL as String
- property OriginalURL as String
- property ThumbnailURL as String
- property ModificationDate as Date
- property ArtworkImage as NSImageMBS
- property FileSize as UInt64
- property MediaType as Integer
- property File as FolderItem
- property OriginalFile as FolderItem
- property ThumbnailFile as FolderItem
- property ModificationDateTime as DateTime
- shared method MLMediaObjectDurationKey as String
- shared method MLMediaObjectArtistKey as String
- shared method MLMediaObjectAlbumKey as String
- shared method MLMediaObjectGenreKey as String
- shared method MLMediaObjectKindKey as String
- shared method MLMediaObjectTrackNumberKey as String
- shared method MLMediaObjectBitRateKey as String
- shared method MLMediaObjectSampleRateKey as String
- shared method MLMediaObjectChannelCountKey as String
- shared method MLMediaObjectResolutionStringKey as String
- shared method MLMediaObjectCommentsKey as String
- shared method MLMediaObjectKeywordsKey as String
- shared method MLMediaObjectProtectedKey as String
- class MLMediaSourceMBS
- method Constructor
- method mediaGroupForIdentifier(mediaGroupIdentifier as string) as MLMediaGroupMBS
- method mediaObjectForIdentifier(mediaObjectIdentifier as string) as MLMediaObjectMBS
- method mediaGroupsForIdentifiers(mediaGroupIdentifiers() as string) as Dictionary
- method mediaObjectsForIdentifiers(mediaObjectIdentifiers() as string) as Dictionary
- property Handle as Integer
- property rootMediaGroup as MLMediaGroupMBS
- property Properties as Dictionary
- property MediaLibrary as MLMediaLibraryMBS
- property mediaSourceIdentifier as String
- shared method MLMediaSourcePhotosIdentifier as String
- shared method MLMediaSourceiPhotoIdentifier as String
- shared method MLMediaSourceiTunesIdentifier as String
- shared method MLMediaSourceApertureIdentifier as String
- shared method MLMediaSourceiMovieIdentifier as String
- shared method MLMediaSourceFinalCutIdentifier as String
- shared method MLMediaSourceGarageBandIdentifier as String
- shared method MLMediaSourceLogicIdentifier as String
- shared method MLMediaSourcePhotoBoothIdentifier as String
- shared method MLMediaSourceCustomFoldersIdentifier as String
- shared method MLMediaSourceMoviesFolderIdentifier as String
- shared method MLMediaSourceAppDefinedFoldersIdentifier as String
- class MLMetricKeyMBS
- class MLModelConfigurationMBS
- class MLModelDescriptionMBS
- method Constructor
- property Handle as Integer
- property predictedFeatureName as String
- property predictedProbabilitiesName as String
- property inputDescriptionsByName as Dictionary
- property outputDescriptionsByName as Dictionary
- property metadata as Dictionary
- property isUpdatable as Boolean
- property trainingInputDescriptionsByName as Dictionary
- property parameterDescriptionsByKey as Dictionary
- class MLModelMBS
- method predictionsFromBatch(inputBatch as MLBatchProviderMBS, byref error as NSErrorMBS) as MLBatchProviderMBS
- method predictionsFromBatch(inputBatch as MLBatchProviderMBS, options as MLPredictionOptionsMBS, byref error as NSErrorMBS) as MLBatchProviderMBS
- method parameterValueForKey(key as MLParameterKeyMBS, byref error as NSErrorMBS) as Variant
- method Constructor
- method predictionFromFeatures(input as MLFeatureProviderMBS, options as MLPredictionOptionsMBS = nil, byref error as NSErrorMBS) as MLFeatureProviderMBS
- method predictionFromFeaturesMT(input as MLFeatureProviderMBS, options as MLPredictionOptionsMBS = nil, byref error as NSErrorMBS) as MLFeatureProviderMBS
- property Handle as Integer
- property modelDescription as MLModelDescriptionMBS
- property configuration as MLModelConfigurationMBS
- shared method modelWithContentsOfURL(URL as string, configuration as MLModelConfigurationMBS, byref error as NSErrorMBS) as MLModelMBS
- shared method modelWithContentsOfFile(file as FolderItem, configuration as MLModelConfigurationMBS, byref error as NSErrorMBS) as MLModelMBS
- shared method modelWithContentsOfPath(Path as string, configuration as MLModelConfigurationMBS, byref error as NSErrorMBS) as MLModelMBS
- shared method modelWithContentsOfURL(URL as string, byref error as NSErrorMBS) as MLModelMBS
- shared method modelWithContentsOfFile(file as FolderItem, byref error as NSErrorMBS) as MLModelMBS
- shared method modelWithContentsOfPath(Path as string, byref error as NSErrorMBS) as MLModelMBS
- shared method MLModelErrorDomain as String
- shared method MLModelDescriptionKey as String
- shared method MLModelVersionStringKey as String
- shared method MLModelAuthorKey as String
- shared method MLModelLicenseKey as String
- shared method MLModelCreatorDefinedKey as String
- shared method available as Boolean
- shared method compileModelAtURL(URL as string, byref error as NSErrorMBS) as String
- shared method compileModelFile(File as folderItem, byref error as NSErrorMBS) as folderItem
- class MLMultiArrayConstraintMBS
- class MLMultiArrayMBS
- method Constructor(shape() as Integer, dataType as Integer, byref error as NSErrorMBS)
- method Constructor(dataPointer as Ptr, shape() as Integer, dataType as Integer, strides() as Integer, byref error as NSErrorMBS)
- method shape as Integer()
- method strides as Integer()
- property integerValue(index as Integer) as Integer
- property doubleValue(index as Integer) as Double
- property singleValue(index as Integer) as Single
- property integerValue(indexes() as Integer) as Integer
- property doubleValue(indexes() as Integer) as Double
- property singleValue(indexes() as Integer) as Single
- property Handle as Integer
- property count as Integer
- property dataType as Integer
- property dataPointer as Ptr
- property shape0 as Integer
- property shape1 as Integer
- property shape2 as Integer
- property strides0 as Integer
- property strides1 as Integer
- property strides2 as Integer
- class MLMultiArrayShapeConstraintMBS
- class MLNumericConstraintMBS
- class MLParameterDescriptionMBS
- class MLParameterKeyMBS
- method Constructor
- method scopedTo(scope as String) as MLParameterKeyMBS
- shared property learningRate as MLParameterKeyMBS
- shared property momentum as MLParameterKeyMBS
- shared property miniBatchSize as MLParameterKeyMBS
- shared property beta1 as MLParameterKeyMBS
- shared property beta2 as MLParameterKeyMBS
- shared property eps as MLParameterKeyMBS
- shared property epochs as MLParameterKeyMBS
- shared property shuffle as MLParameterKeyMBS
- shared property seed as MLParameterKeyMBS
- shared property numberOfNeighbors as MLParameterKeyMBS
- shared property linkedModelFileName as MLParameterKeyMBS
- shared property linkedModelSearchPath as MLParameterKeyMBS
- shared property weights as MLParameterKeyMBS
- shared property biases as MLParameterKeyMBS
- class MLPredictionOptionsMBS
- class MLSequenceConstraintMBS
- class MLSequenceMBS
- method int64Values as Int64()
- method stringValues as String()
- method Constructor
- property Handle as Integer
- property type as Integer
- shared method emptySequenceWithType(type as Integer) as MLSequenceMBS
- shared method sequenceWithStringArray(stringValues() as String) as MLSequenceMBS
- shared method sequenceWithInt64Array(int64Values() as Int64) as MLSequenceMBS
- class MLTaskMBS
- class MLUpdateContextMBS
- method writeToFile(file as FolderItem, byref error as NSErrorMBS) as Boolean
- method Constructor
- property Handle as Integer
- property Task as MLUpdateTaskMBS
- property Model as MLModelMBS
- property ProgressEvent as Integer
- property Metrics as Dictionary
- property Parameters as Dictionary
- shared method available as Boolean
- class MLUpdateProgressHandlersMBS
- class MLUpdateTaskMBS
- method Constructor(file as FolderItem, trainingData as MLArrayBatchProviderMBS, configuration as MLModelConfigurationMBS, byref error as NSErrorMBS)
- method Constructor(file as FolderItem, trainingData as MLArrayBatchProviderMBS, configuration as MLModelConfigurationMBS, progressHandlers as MLUpdateProgressHandlersMBS, byref error as NSErrorMBS)
- method resumeWithParameters(updateParameters as Dictionary)
- event completionHandler(context as MLUpdateContextMBS)
- class NSColorPickerTouchBarItemMBS
- method Constructor(identifier as string)
- property enabled as Boolean
- property showsAlpha as Boolean
- property customizationLabel as String
- property colorList as NSColorListMBS
- property color as NSColorMBS
- shared method colorPicker(identifier as string, buttonImage as NSImageMBS) as NSColorPickerTouchBarItemMBS
- shared method strokeColorPicker(identifier as string) as NSColorPickerTouchBarItemMBS
- shared method textColorPicker(identifier as string) as NSColorPickerTouchBarItemMBS
- shared method colorPicker(identifier as string) as NSColorPickerTouchBarItemMBS
- event Action
- class NSCustomTouchBarItemMBS
- class NSGroupTouchBarItemMBS
- class NSPersonNameComponentsMBS
- method formatted as NSAttributedStringMBS
- method copy as NSPersonNameComponentsMBS
- method Constructor
- property Handle as Integer
- property namePrefix as String
- property givenName as String
- property middleName as String
- property familyName as String
- property nameSuffix as String
- property nickname as String
- property phoneticRepresentation as NSPersonNameComponentsMBS
- shared method Available as Boolean
- class NSPopoverTouchBarItemMBS
- method Constructor(identifier as string)
- method showPopover
- method dismissPopover
- property showsCloseButton as Boolean
- property collapsedRepresentationLabel as String
- property customizationLabel as String
- property popoverTouchBar as NSTouchBarMBS
- property pressAndHoldTouchBar as NSTouchBarMBS
- property collapsedRepresentation as NSViewMBS
- property collapsedRepresentationImage as NSImageMBS
- class NSSliderTouchBarItemMBS
- class NSTouchBarItemMBS
- method Constructor(identifier as string)
- property Handle as Integer
- property identifier as String
- property customizationLabel as String
- property visible as Boolean
- property view as NSViewMBS
- property viewController as NSViewControllerMBS
- property visibilityPriority as Single
- shared method Available as Boolean
- shared method NSTouchBarItemIdentifierFixedSpaceSmall as String
- shared method NSTouchBarItemIdentifierFixedSpaceLarge as String
- shared method NSTouchBarItemIdentifierFlexibleSpace as String
- shared method NSTouchBarItemIdentifierOtherItemsProxy as String
- event Shown
- event Hidden
- class NSTouchBarMBS
- method itemForIdentifier(identifier as string) as NSTouchBarItemMBS
- method templateItems as NSTouchBarItemMBS()
- method setTemplateItems(Identifiers() as NSTouchBarItemMBS)
- method itemIdentifiers as String()
- method setDefaultItemIdentifiers(Identifiers() as String)
- method defaultItemIdentifiers as String()
- method setCustomizationRequiredItemIdentifiers(Identifiers() as String)
- method customizationRequiredItemIdentifiers as String()
- method setCustomizationAllowedItemIdentifiers(Identifiers() as String)
- method customizationAllowedItemIdentifiers as String()
- method Constructor
- method AssignToWindow(window as window)
- method AssignToWindow(window as NSWindowMBS)
- method AssignToApp
- method AssignToWindow(window as DesktopWindow)
- property Handle as Integer
- property customizationIdentifier as String
- property principalItemIdentifier as String
- property visible as Boolean
- shared method RemoveTouchBarFromWindow(window as window)
- shared method RemoveTouchBarFromWindow(window as NSWindowMBS)
- shared method RemoveTouchBarFromApp
- shared method Available as Boolean
- shared method toggleTouchBarCustomizationPalette
- shared property automaticCustomizeTouchBarMenuItemEnabled as Boolean
- event makeItemForIdentifier(identifier as string) as NSTouchBarItemMBS
- event Shown
- event Hidden
- event WillEnterCustomization
- event WillExitCustomization
- event DidEnterCustomization
- event DidExitCustomization
- class PHAdjustmentDataMBS
- class PHAssetChangeRequestMBS
- method Constructor
- method revertAssetContentToOriginal
- property Hidden as Boolean
- property Favorite as Boolean
- property location as Variant
- property contentEditingOutput as PHContentEditingOutputMBS
- property placeholderForCreatedAsset as PHObjectPlaceholderMBS
- property creationDate as Date
- property creationDateTime as DateTime
- shared method available as boolean
- shared method deleteAssets(assets() as PHAssetMBS)
- shared method creationRequestForAssetFromVideoAtFileURL(file as FolderItem) as PHAssetChangeRequestMBS
- shared method creationRequestForAssetFromImageAtFile(file as FolderItem) as PHAssetChangeRequestMBS
- shared method creationRequestForAssetFromImage(image as NSImageMBS) as PHAssetChangeRequestMBS
- shared method changeRequestForAsset(asset as PHAssetMBS) as PHAssetChangeRequestMBS
- class PHAssetCollectionChangeRequestMBS
- method moveAsset(fromIndex as Integer, toIndex as Integer)
- method replaceAsset(AtIndex as Integer, asset as PHAssetMBS)
- method removeAsset(AtIndex as Integer)
- method insertAsset(asset as PHAssetMBS, index as Integer)
- method removeAsset(asset as PHAssetMBS)
- method addAsset(asset as PHAssetMBS)
- method moveAssets(fromIndexes as NSIndexSetMBS, toIndex as Integer)
- method replaceAssets(AtIndexes as NSIndexSetMBS, assets() as PHAssetMBS)
- method removeAssets(AtIndexes as NSIndexSetMBS)
- method insertAssets(assets() as PHAssetMBS, indexes as NSIndexSetMBS)
- method removeAssets(assets() as PHAssetMBS)
- method addAssets(assets() as PHAssetMBS)
- method Constructor
- property title as String
- property placeholderForCreatedAssetCollection as PHObjectPlaceholderMBS
- shared method changeRequestForAssetCollection(assetCollection as PHAssetCollectionMBS, assets as PHFetchResultMBS) as PHAssetCollectionChangeRequestMBS
- shared method changeRequestForAssetCollection(assetCollection as PHAssetCollectionMBS) as PHAssetCollectionChangeRequestMBS
- shared method deleteAssetCollections(Collections() as PHCollectionListMBS)
- shared method creationRequestForAssetCollectionWithTitle(title as string) as PHAssetCollectionChangeRequestMBS
- shared method available as boolean
- class PHAssetCollectionMBS
- method localizedLocationNames as String()
- method Constructor
- property assetCollectionType as Integer
- property assetCollectionSubtype as Integer
- property estimatedAssetCount as Integer
- property startDate as Date
- property endDate as Date
- property approximateLocation as Variant
- property startDateTime as DateTime
- property endDateTime as DateTime
- shared method transientAssetCollectionWithAssetFetchResult(fetchResult as PHAssetMBS, title as string) as PHAssetCollectionMBS
- shared method transientAssetCollectionWithAssets(assets() as PHAssetMBS, title as string) as PHAssetCollectionMBS
- shared method fetchAssetCollectionsWithALAssetGroupURLs(assetGroupURLs() as string, options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
- shared method fetchAssetCollectionsContainingAsset(asset as PHAssetMBS, type as Integer, options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
- shared method fetchAssetCollectionsWithType(type as Integer, subType as integer, options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
- shared method fetchAssetCollectionsWithLocalIdentifiers(identifiers() as string, options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
- shared method available as boolean
- class PHAssetCreationRequestMBS
- method Constructor
- method addResource(type as Integer, file as FolderItem, options as PHAssetResourceCreationOptionsMBS = nil)
- method addResource(type as Integer, data as MemoryBlock, options as PHAssetResourceCreationOptionsMBS = nil)
- method addResource(type as Integer, data as String, options as PHAssetResourceCreationOptionsMBS = nil)
- shared method available as boolean
- shared method supportsAssetResourceTypes(types() as Integer) as Boolean
- shared method creationRequestForAsset as PHAssetCreationRequestMBS
- class PHAssetMBS
- method Constructor
- method cancelContentEditingInputRequest(requestID as Integer)
- method requestContentEditingInputWithOptions(options as PHContentEditingInputRequestOptionsMBS, CompletionDelegate as RequestContentEditingInputWithOptionsCompletedMBS, tag as variant = nil) as Integer
- method canPerformEditOperation(editOperation as Integer) as Boolean
- property playbackStyle as Integer
- property mediaType as Integer
- property mediaSubtypes as Integer
- property pixelWidth as Integer
- property pixelHeight as Integer
- property sourceType as Integer
- property burstSelectionTypes as Integer
- property duration as Double
- property Hidden as Boolean
- property Favorite as Boolean
- property RepresentsBurst as Boolean
- property burstIdentifier as String
- property creationDate as Date
- property modificationDate as Date
- property location as Variant
- property creationDateTime as DateTime
- property modificationDateTime as DateTime
- shared method available as boolean
- shared method fetchAssetsWithMediaType(mediaType as Integer, options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
- shared method fetchAssets(options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
- shared method fetchAssetsWithBurstIdentifier(burstIdentifier as String, options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
- shared method fetchKeyAssetsInAssetCollection(assetCollection as PHAssetCollectionMBS, options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
- shared method fetchAssetsWithLocalIdentifiers(identifiers() as String, options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
- shared method fetchAssetsInAssetCollection(assetCollection as PHAssetCollectionMBS, options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
- shared method PHContentEditingInputResultIsInCloudKey as String
- shared method PHContentEditingInputCancelledKey as String
- shared method PHContentEditingInputErrorKey as String
- class PHAssetResourceCreationOptionsMBS
- class PHAssetResourceManagerMBS
- method Constructor
- method cancelDataRequest(requestID as Integer)
- method requestDataForAssetResource(resource as PHAssetResourceMBS, options as PHAssetResourceRequestOptionsMBS, DataReceivedHandler as RequestDataForAssetResourceDataReceivedMBS, CompleteHandler as RequestDataForAssetResourceCompletedMBS, tag as variant = nil) as Integer
- method writeDataForAssetResource(resource as PHAssetResourceMBS, file as FolderItem, options as PHAssetResourceRequestOptionsMBS, CompleteHandler as WriteDataForAssetResourceCompletedMBS, tag as variant = nil)
- property Handle as Integer
- shared method defaultManager as PHAssetResourceManagerMBS
- shared method available as boolean
- class PHAssetResourceMBS
- method Constructor
- property Handle as Integer
- property Type as Integer
- property originalFilename as String
- property assetLocalIdentifier as String
- property uniformTypeIdentifier as String
- shared method available as boolean
- shared method assetResourcesForAsset(asset as PHAssetMBS) as PHAssetResourceMBS()
- shared method assetResourcesForLivePhoto(livePhoto as PHLivePhotoMBS) as PHAssetResourceMBS()
- class PHAssetResourceRequestOptionsMBS
- method copy as PHAssetResourceRequestOptionsMBS
- method Constructor
- method Destructor
- method SetProgressHandler(ProgressHandler as ProgressHandlerMBS, tag as variant = nil)
- property Handle as Integer
- property NetworkAccessAllowed as Boolean
- property ProgressHandler as ProgressHandlerMBS
- shared method available as boolean
- class PHCachingImageManagerMBS
- method Constructor
- method stopCachingImagesForAllAssets
- method startCachingImagesForAssets(assets() as PHAssetMBS, targetSize as CGSizeMBS, contentMode as Integer, options as PHImageRequestOptionsMBS = nil)
- method stopCachingImagesForAssets(assets() as PHAssetMBS, targetSize as CGSizeMBS, contentMode as Integer, options as PHImageRequestOptionsMBS = nil)
- property allowsCachingHighQualityImages as Boolean
- shared method available as boolean
- class PHChangeMBS
- class PHChangeRequestMBS
- class PHCloudIdentifierMBS
- class PHCollectionListChangeRequestMBS
- method moveChildCollections(AtIndexes as NSIndexSetMBS, toIndex as Integer)
- method replaceChildCollections(AtIndexes as NSIndexSetMBS, ChildCollections() as PHCollectionMBS)
- method removeChildCollections(AtIndexes as NSIndexSetMBS)
- method insertChildCollections(collections() as PHCollectionMBS, indexes as NSIndexSetMBS)
- method removeChildCollections(collections() as PHCollectionMBS)
- method addChildCollections(collections() as PHCollectionMBS)
- method Constructor
- property title as String
- property placeholderForCreatedCollectionList as PHObjectPlaceholderMBS
- shared method changeRequestForCollectionList(collectionList as PHCollectionListMBS, childCollections as PHFetchResultMBS) as PHCollectionListChangeRequestMBS
- shared method changeRequestForCollectionList(collectionList as PHCollectionListMBS) as PHCollectionListChangeRequestMBS
- shared method deleteCollectionLists(collectionLists() as PHCollectionListMBS)
- shared method creationRequestForCollectionListWithTitle(title as string) as PHCollectionListChangeRequestMBS
- shared method available as boolean
- class PHCollectionListMBS
- method localizedLocationNames as String()
- method Constructor
- property collectionListType as Integer
- property collectionListSubtype as Integer
- property startDate as Date
- property endDate as Date
- property startDateTime as DateTime
- property endDateTime as DateTime
- shared method available as boolean
- shared method fetchCollectionListsWithType(collectionListType as Integer, subtype as Integer, options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
- shared method fetchCollectionListsContainingCollection(collection as PHCollectionMBS, options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
- shared method fetchCollectionListsWithLocalIdentifiers(identifiers() as string, options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
- shared method transientCollectionListWithCollections(collections() as PHCollectionMBS, title as String) as PHCollectionListMBS
- shared method transientCollectionListWithCollectionsFetchResult(fetchResult as PHFetchResultMBS, title as String) as PHCollectionListMBS
- class PHCollectionMBS
- method Constructor
- method canPerformEditOperation(anOperation as Integer) as Boolean
- property canContainAssets as Boolean
- property canContainCollections as Boolean
- property localizedTitle as String
- shared method fetchCollectionsInCollectionList(collectionList as PHCollectionListMBS, options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
- shared method fetchTopLevelUserCollections(options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
- shared method available as boolean
- class PHContentEditingInputMBS
- method Constructor
- property Handle as Integer
- property mediaType as Integer
- property mediaSubtypes as Integer
- property playbackStyle as Integer
- property fullSizeImageOrientation as Integer
- property creationDate as Date
- property uniformTypeIdentifier as String
- property location as Variant
- property adjustmentData as PHAdjustmentDataMBS
- property displaySizeImage as NSImageMBS
- property livePhoto as PHLivePhotoMBS
- property audiovisualAsset as Variant
- property fullSizeImageURL as String
- property creationDateTime as DateTime
- shared method available as boolean
- class PHContentEditingInputRequestOptionsMBS
- method Constructor
- method Destructor
- method SetProgressHandler(ProgressHandler as ProgressHandlerMBS, tag as variant = nil)
- method SetCanHandleAdjustmentData(CanHandleAdjustmentData as CanHandleAdjustmentDataMBS, tag as variant = nil)
- property Handle as Integer
- property NetworkAccessAllowed as Boolean
- property ProgressHandler as ProgressHandlerMBS
- shared method available as boolean
- class PHContentEditingOutputMBS
- class PHFetchOptionsMBS
- method setSortDescriptors(sortDescriptors() as NSSortDescriptorMBS)
- method sortDescriptors as NSSortDescriptorMBS()
- method Constructor
- method copy as PHFetchOptionsMBS
- property Handle as Integer
- property wantsIncrementalChangeDetails as Boolean
- property includeHiddenAssets as Boolean
- property includeAllBurstAssets as Boolean
- property fetchLimit as Integer
- property includeAssetSourceTypes as Integer
- property predicate as NSPredicateMBS
- shared method available as boolean
- class PHFetchResultChangeDetailsMBS
- method removedObjects() as PHObjectMBS()
- method insertedObjects() as PHObjectMBS()
- method changedObjects() as PHObjectMBS()
- method Constructor
- method enumerateMoves(theDelegate as enumerateMovesHandlerMBS, Tag as Variant = nil)
- property Handle as Integer
- property hasMoves as Boolean
- property hasIncrementalChanges as Boolean
- property fetchResultBeforeChanges as PHFetchResultMBS
- property fetchResultAfterChanges as PHFetchResultMBS
- property removedIndexes as NSIndexSetMBS
- property insertedIndexes as NSIndexSetMBS
- property changedIndexes as NSIndexSetMBS
- shared method changeDetailsFromFetchResult(fromResult as PHFetchResultMBS, toFetchResult as PHFetchResultMBS, changedObjects() as PHObjectMBS) as PHFetchResultChangeDetailsMBS
- shared method available as boolean
- class PHFetchResultMBS
- method objectsAtIndexes(indexes as NSIndexSetMBS) as Variant()
- method countOfAssetsWithMediaType(MediaType as Integer) as Integer
- method indexOfObject(anObject as Variant) as Integer
- method indexOfObject(anObject as Variant, range as NSRangeMBS) as Integer
- method containsObject(anObject as Variant) as Boolean
- method objectAtIndex(index as Integer) as Variant
- method copy as PHFetchResultMBS
- method Constructor
- method allObjects as Variant()
- property Handle as Integer
- property count as Integer
- property firstObject as Variant
- property lastObject as Variant
- shared method available as boolean
- class PHImageManagerMBS
- method RequestAVAssetForVideo(asset as PHAssetMBS, options as PHVideoRequestOptionsMBS, exportPreset as String, CompletionHandler as RequestAVAssetForVideoCompletedMBS, tag as Variant = nil) as Integer
- method RequestExportSessionForVideo(asset as PHAssetMBS, options as PHVideoRequestOptionsMBS, exportPreset as String, CompletionHandler as RequestExportSessionForVideoCompletedMBS, tag as Variant = nil) as Integer
- method RequestPlayerItemForVideo(asset as PHAssetMBS, options as PHVideoRequestOptionsMBS, CompletionHandler as RequestPlayerItemForVideoCompletedMBS, tag as Variant = nil) as Integer
- method RequestLivePhotoForAsset(asset as PHAssetMBS, targetSize as CGSizeMBS, contentMode as Integer, options as PHLivePhotoRequestOptionsMBS, CompletionHandler as RequestLivePhotoForAssetCompletedMBS, tag as Variant = nil) as Integer
- method RequestImageDataAndOrientationForAsset(asset as PHAssetMBS, options as PHImageRequestOptionsMBS, CompletionHandler as RequestImageForAssetCompletedMBS, tag as Variant = nil) as Integer
- method RequestImageForAsset(asset as PHAssetMBS, targetSize as CGSizeMBS, contentMode as Integer, options as PHImageRequestOptionsMBS, CompletionHandler as RequestImageForAssetCompletedMBS, tag as Variant = nil) as Integer
- method RequestImageForAssetSync(asset as PHAssetMBS, targetSize as CGSizeMBS, contentMode as Integer, options as PHImageRequestOptionsMBS, byref Info as Dictionary) as NSImageMBS
- method cancelImageRequest(requestID as Integer)
- method Constructor
- property Handle as Integer
- shared method available as boolean
- shared method defaultManager as PHImageManagerMBS
- shared method PHImageResultIsInCloudKey as String
- shared method PHImageResultIsDegradedKey as String
- shared method PHImageResultRequestIDKey as String
- shared method PHImageCancelledKey as String
- shared method PHImageErrorKey as String
- shared method MaximumSize as CGSizeMBS
- class PHImageRequestOptionsMBS
- method SetProgressHandler(ProgressHandler as ProgressHandlerMBS, tag as variant = nil)
- method copy as PHImageRequestOptionsMBS
- method Constructor
- method Destructor
- property Handle as Integer
- property Version as Integer
- property DeliveryMode as Integer
- property ResizeMode as Integer
- property NetworkAccessAllowed as Boolean
- property Synchronous as Boolean
- property normalizedCropRect as CGRectMBS
- property ProgressHandler as ProgressHandlerMBS
- shared method available as boolean
- class PHLivePhotoEditingContextMBS
- method SetFrameProcessor(FrameProcessor as FrameProcessorMBS, tag as variant = nil)
- method Constructor(livePhotoInput as PHContentEditingInputMBS)
- method cancel
- method prepareLivePhotoForPlayback(targetSize as CGSizeMBS, options as Dictionary = nil, completionHandler as PrepareLivePhotoForPlaybackCompletedMBS, tag as variant = nil)
- method saveLivePhotoToOutput(ContentEditingOutput as PHContentEditingOutputMBS, options as Dictionary = nil, completionHandler as PrepareLivePhotoForPlaybackCompletedMBS, tag as variant = nil)
- property Handle as Integer
- property audioVolume as Double
- property orientation as Integer
- property duration as Double
- property photoTime as Double
- property fullSizeImage as Variant
- shared method available as boolean
- shared method PHLivePhotoShouldRenderAtPlaybackTime as String
- class PHLivePhotoFrameMBS
- class PHLivePhotoMBS
- method copy as PHLivePhotoMBS
- method Constructor
- property Handle as Integer
- property Width as Integer
- property Height as Integer
- shared method available as boolean
- shared method PHLivePhotoInfoErrorKey as String
- shared method PHLivePhotoInfoIsDegradedKey as String
- shared method PHLivePhotoInfoCancelledKey as String
- shared method cancelLivePhotoRequestWithRequestID(requestID as Integer)
- shared method requestLivePhotoWithResourceFileURLs(Files() as FolderItem, placeholderImage as NSImageMBS = nil, targetSize as CGSizeMBS, contentMode as Integer, theDelegate as RequestLivePhotoWithResourceFileURLsMBS, Tag as Variant = nil) as Integer
- shared method requestLivePhotoWithResourceFileURLs(fileURLs() as String, placeholderImage as NSImageMBS = nil, targetSize as CGSizeMBS, contentMode as Integer, theDelegate as RequestLivePhotoWithResourceFileURLsMBS, Tag as Variant = nil) as Integer
- class PHLivePhotoRequestOptionsMBS
- method SetProgressHandler(ProgressHandler as ProgressHandlerMBS, tag as variant = nil)
- method copy as PHLivePhotoRequestOptionsMBS
- method Constructor
- method Destructor
- property Handle as Integer
- property Version as Integer
- property DeliveryMode as Integer
- property NetworkAccessAllowed as Boolean
- property ProgressHandler as ProgressHandlerMBS
- shared method available as boolean
- class PHObjectChangeDetailsMBS
- class PHObjectMBS
- class PHObjectPlaceholderMBS
- class PHPhotoLibraryMBS
- method Destructor
- method Constructor
- method localIdentifiersForCloudIdentifiers(cloudIdentifiers() as PHCloudIdentifierMBS) as String()
- method cloudIdentifiersForLocalIdentifiers(localIdentifiers() as String) as PHCloudIdentifierMBS()
- method performChanges(ChangeBlock as ChangeBlockMBS, CompletionHandler as ChangeCompletionHandlerMBS, tag as Variant = nil)
- property Handle as Integer
- property unavailabilityReason as NSErrorMBS
- shared method available as boolean
- shared method sharedPhotoLibrary as PHPhotoLibraryMBS
- shared method authorizationStatus as Integer
- shared method PHPhotosErrorDomain as String
- shared method PHLocalIdentifierNotFound as String
- shared method requestAuthorization(CompletionHandler as RequestAuthorizationCompletedMBS, tag as Variant = nil)
- event DidChange(changes as PHChangeMBS)
- event DidBecomeUnavailable
- class PHProjectChangeRequestMBS
- class PHProjectMBS
- class PHVideoRequestOptionsMBS
- method SetProgressHandler(ProgressHandler as ProgressHandlerMBS, tag as variant = nil)
- method Constructor
- method Destructor
- property Handle as Integer
- property Version as Integer
- property DeliveryMode as Integer
- property NetworkAccessAllowed as Boolean
- property ProgressHandler as ProgressHandlerMBS
- shared method available as boolean
- class SCNAccelerationConstraintMBS
- class SCNActionMBS
- method reversedAction as SCNActionMBS
- method copy as SCNActionMBS
- method Constructor
- property Handle as Integer
- property duration as Double
- property speed as Double
- property timingMode as Integer
- shared method javaScriptActionWithScript(script as string, duration as double) as SCNActionMBS
- shared method rotateToAxisAngle(axisAngle as SCNVector4MBS, duration as double) as SCNActionMBS
- shared method rotateByAngle(angle as double, axis as SCNVector3MBS, duration as double) as SCNActionMBS
- shared method rotateTo(xAngle as double, yAngle as double, zAngle as double, duration as double, shortestUnitArc as boolean) as SCNActionMBS
- shared method rotateTo(xAngle as double, yAngle as double, zAngle as double, duration as double) as SCNActionMBS
- shared method rotateBy(xAngle as double, yAngle as double, zAngle as double, duration as double) as SCNActionMBS
- shared method moveTo(location as SCNVector3MBS, duration as double) as SCNActionMBS
- shared method moveBy(delta as SCNVector3MBS, duration as double) as SCNActionMBS
- shared method moveBy(deltaX as double, deltaY as double, deltaZ as double, duration as double) as SCNActionMBS
- shared method group(actions() as SCNActionMBS) as SCNActionMBS
- shared method sequence(actions() as SCNActionMBS) as SCNActionMBS
- shared method repeatAction(action as SCNActionMBS, count as integer) as SCNActionMBS
- shared method scaleTo(scale as double, duration as double) as SCNActionMBS
- shared method scaleBy(scale as double, duration as double) as SCNActionMBS
- shared method fadeOpacityTo(opacity as double, duration as double) as SCNActionMBS
- shared method fadeOpacityBy(factor as double, duration as double) as SCNActionMBS
- shared method repeatActionForever(action as SCNActionMBS) as SCNActionMBS
- shared method wait(duration as double) as SCNActionMBS
- shared method fadeIn(duration as double) as SCNActionMBS
- shared method fadeOut(duration as double) as SCNActionMBS
- shared method unhide as SCNActionMBS
- shared method hide as SCNActionMBS
- shared method removeFromParentNode as SCNActionMBS
- shared method runBlock(del as SCNActionRunBlockMBS, tag as variant = nil) as SCNActionMBS
- class SCNAudioPlayerMBS
- method Constructor(audioSource as SCNAudioSourceMBS)
- property Handle as Integer
- property audioNode as Variant
- property audioSource as SCNAudioSourceMBS
- shared method audioPlayerWithAVAudioNode(audioNode as Variant) as SCNAudioPlayerMBS
- shared method audioPlayerWithSource(audioSource as SCNAudioSourceMBS) as SCNAudioPlayerMBS
- event WillStartPlayback
- event DidFinishPlayback
- class SCNAudioSourceMBS
- method copy as SCNAudioSourceMBS
- method Constructor(URL as String)
- method Constructor(File as FolderItem)
- method Load
- property Handle as Integer
- property Volume as Single
- property Rate as Single
- property ReverbBlend as Single
- property Positional as Boolean
- property Loops as Boolean
- property ShouldStream as Boolean
- shared method audioSourceNamed(Name as String) as SCNAudioSourceMBS
- class SCNAvoidOccluderConstraintMBS
- class SCNBillboardConstraintMBS
- class SCNBoxMBS
- method Constructor(width as double, height as double, length as double, chamferRadius as double)
- property width as Double
- property height as Double
- property length as Double
- property chamferRadius as Double
- property widthSegmentCount as Integer
- property heightSegmentCount as Integer
- property lengthSegmentCount as Integer
- property chamferSegmentCount as Integer
- shared method box(width as double, height as double, length as double, chamferRadius as double) as SCNBoxMBS
- class SCNCameraControllerMBS
- method Constructor
- method clearRoll
- method stopInertia
- method dollyToTarget(delta as double)
- method rollAroundTarget(delta as double)
- method translateInCameraSpace(x as double, y as double, z as double)
- method rotate(deltaX as double, deltaY as double)
- property Handle as Integer
- property pointOfView as SCNNodeMBS
- property automaticTarget as Boolean
- property inertiaEnabled as Boolean
- property inertiaRunning as Boolean
- property inertiaFriction as Double
- property maximumHorizontalAngle as Double
- property maximumVerticalAngle as Double
- property minimumHorizontalAngle as Double
- property minimumVerticalAngle as Double
- property target as SCNVector3MBS
- property worldUp as SCNVector3MBS
- class SCNCameraMBS
- method copy as SCNCameraMBS
- method Constructor
- property colorGrading as SCNMaterialPropertyMBS
- property projectionTransform as SCNMatrix4MBS
- property Handle as Integer
- property Name as String
- property FieldOfView as Double
- property FocalLength as Double
- property SensorHeight as Double
- property zFar as Double
- property zNear as Double
- property orthographicScale as Double
- property ProjectionDirection as Integer
- property FocalBlurSampleCount as Integer
- property ApertureBladeCount as Integer
- property AutomaticallyAdjustsZRange as Boolean
- property UsesOrthographicProjection as Boolean
- property WantsDepthOfField as Boolean
- property WantsHDR as Boolean
- property WantsExposureAdaptation as Boolean
- property averageGray as Double
- property bloomBlurRadius as Double
- property bloomIntensity as Double
- property bloomThreshold as Double
- property colorFringeIntensity as Double
- property colorFringeStrength as Double
- property contrast as Double
- property exposureAdaptationBrighteningSpeedFactor as Double
- property exposureAdaptationDarkeningSpeedFactor as Double
- property exposureOffset as Double
- property focusDistance as Double
- property fStop as Double
- property maximumExposure as Double
- property minimumExposure as Double
- property motionBlurIntensity as Double
- property saturation as Double
- property screenSpaceAmbientOcclusionBias as Double
- property screenSpaceAmbientOcclusionDepthThreshold as Double
- property screenSpaceAmbientOcclusionIntensity as Double
- property screenSpaceAmbientOcclusionNormalThreshold as Double
- property screenSpaceAmbientOcclusionRadius as Double
- property vignettingIntensity as Double
- property vignettingPower as Double
- property whitePoint as Double
- shared method camera as SCNCameraMBS
- class SCNCapsuleMBS
- method Constructor(capRadius as double, height as double)
- property height as Double
- property capRadius as Double
- property radialSegmentCount as Integer
- property heightSegmentCount as Integer
- property capSegmentCount as Integer
- shared method capsule(capRadius as double, height as double) as SCNCapsuleMBS
- class SCNConeMBS
- method Constructor(topRadius as double, bottomRadius as double, height as double)
- property height as Double
- property topRadius as Double
- property bottomRadius as Double
- property radialSegmentCount as Integer
- property heightSegmentCount as Integer
- shared method cone(topRadius as double, bottomRadius as double, height as double) as SCNConeMBS
- class SCNConstraintMBS
- class SCNCylinderMBS
- class SCNDistanceConstraintMBS
- class SCNFloorMBS
- method Constructor
- property reflectivity as Double
- property reflectionFalloffStart as Double
- property reflectionFalloffEnd as Double
- property width as Double
- property length as Double
- property reflectionResolutionScaleFactor as Double
- property reflectionCategoryBitMask as Integer
- shared method floor as SCNFloorMBS
- class SCNGeometryElementMBS
- method Constructor(data as MemoryBlock, PrimitiveType as Integer, primitiveCount as Integer, bytesPerIndex as Integer)
- property Handle as Integer
- property Data as MemoryBlock
- property primitiveCount as Integer
- property bytesPerIndex as Integer
- property pointSize as Double
- property minimumPointScreenSpaceRadius as Double
- property maximumPointScreenSpaceRadius as Double
- property primitiveType as Integer
- property primitiveRange as NSRangeMBS
- shared method geometryElementWithData(data as MemoryBlock, PrimitiveType as Integer, primitiveCount as Integer, bytesPerIndex as Integer) as SCNGeometryElementMBS
- class SCNGeometryMBS
- method geometryElementAtIndex(index as Integer) as SCNGeometryElementMBS
- method copy as SCNGeometryMBS
- method Constructor
- method setMaterials(materials() as SCNMaterialMBS)
- method materials as SCNMaterialMBS()
- method materialWithName(name as string) as SCNMaterialMBS
- method removeMaterial(Index as Integer)
- method insertMaterial(Material as SCNMaterialMBS, Index as Integer)
- method replaceMaterial(Index as Integer, Material as SCNMaterialMBS)
- method geometrySources as SCNGeometrySourceMBS()
- method geometrySourcesForSemantic(semantic as String) as SCNGeometrySourceMBS()
- method geometryElements as SCNGeometryElementMBS()
- method levelsOfDetail as SCNLevelOfDetailMBS()
- method setLevelsOfDetail(LevelsOfDetails() as SCNLevelOfDetailMBS = nil)
- property Handle as Integer
- property Name as String
- property firstMaterial as SCNMaterialMBS
- property geometryElementCount as Integer
- property subdivisionLevel as Integer
- property wantsAdaptiveSubdivision as Boolean
- property tessellator as SCNGeometryTessellatorMBS
- property edgeCreasesElement as SCNGeometryElementMBS
- property edgeCreasesSource as SCNGeometrySourceMBS
- shared method geometry as SCNGeometryMBS
- shared method geometryWithSources(sources() as SCNGeometrySourceMBS, elements() as SCNGeometryElementMBS) as SCNGeometryMBS
- class SCNGeometrySourceMBS
- method Constructor
- property Handle as Integer
- property Data as MemoryBlock
- property semantic as String
- property vectorCount as Integer
- property floatComponents as Boolean
- property componentsPerVector as Integer
- property bytesPerComponent as Integer
- property dataOffset as Integer
- property dataStride as Integer
- shared method geometrySourceWithData(data as MemoryBlock, Semantic as String, vectorCount as Integer, floatComponents as boolean, componentsPerVector as Integer, bytesPerComponent as Integer, dataOffset as Integer, dataStride as Integer) as SCNGeometrySourceMBS
- shared method geometrySourceWithNormals(texcoord() as CGPointMBS) as SCNGeometrySourceMBS
- shared method geometrySourceWithNormals(Normals() as SCNVector3MBS) as SCNGeometrySourceMBS
- shared method geometrySourceWithVertices(vertices() as SCNVector3MBS) as SCNGeometrySourceMBS
- shared method SCNGeometrySourceSemanticVertex as String
- shared method SCNGeometrySourceSemanticNormal as String
- shared method SCNGeometrySourceSemanticColor as String
- shared method SCNGeometrySourceSemanticTexcoord as String
- shared method SCNGeometrySourceSemanticTangent as String
- shared method SCNGeometrySourceSemanticVertexCrease as String
- shared method SCNGeometrySourceSemanticEdgeCrease as String
- shared method SCNGeometrySourceSemanticBoneWeights as String
- shared method SCNGeometrySourceSemanticBoneIndices as String
- class SCNGeometryTessellatorMBS
- method copy as SCNGeometryTessellatorMBS
- method Constructor
- property Handle as Integer
- property tessellationFactorScale as Double
- property Adaptive as Boolean
- property ScreenSpace as Boolean
- property edgeTessellationFactor as Double
- property insideTessellationFactor as Double
- property maximumEdgeLength as Double
- property tessellationPartitionMode as Integer
- property smoothingMode as Integer
- class SCNHitTestResultMBS
- method Constructor
- property Handle as Integer
- property node as SCNNodeMBS
- property boneNode as SCNNodeMBS
- property localCoordinates as SCNVector3MBS
- property worldCoordinates as SCNVector3MBS
- property localNormal as SCNVector3MBS
- property worldNormal as SCNVector3MBS
- property modelTransform as SCNMatrix4MBS
- property geometryIndex as Integer
- property faceIndex as Integer
- shared method SCNHitTestClipToZRangeKey as String
- shared method SCNHitTestBackFaceCullingKey as String
- shared method SCNHitTestBoundingBoxOnlyKey as String
- shared method SCNHitTestIgnoreChildNodesKey as String
- shared method SCNHitTestRootNodeKey as String
- shared method SCNHitTestIgnoreHiddenNodesKey as String
- shared method SCNHitTestOptionCategoryBitMask as String
- shared method SCNHitTestOptionSearchMode as String
- class SCNIKConstraintMBS
- class SCNLevelOfDetailMBS
- method copy as SCNLevelOfDetailMBS
- method Constructor
- property Handle as Integer
- property screenSpaceRadius as Double
- property worldSpaceDistance as Double
- property geometry as SCNGeometryMBS
- shared method levelOfDetailWithGeometryAndScreenSpaceRadius(geo as SCNGeometryMBS, screenSpaceRadius as Double) as SCNLevelOfDetailMBS
- shared method levelOfDetailWithGeometryAndWorldSpaceDistance(geo as SCNGeometryMBS, worldSpaceDistance as Double) as SCNLevelOfDetailMBS
- class SCNLightMBS
- method copy as SCNLightMBS
- method Constructor
- property Handle as Integer
- property Name as String
- property Type as String
- property Color as NSColorMBS
- property shadowColor as NSColorMBS
- property Temperature as Double
- property Intensity as Double
- property ShadowRadius as Double
- property ShadowBias as Double
- property ShadowCascadeSplittingFactor as Double
- property OrthographicScale as Double
- property zNear as Double
- property zFar as Double
- property CastsShadow as Boolean
- property automaticallyAdjustsShadowProjection as Boolean
- property ForcesBackFaceCasters as Boolean
- property SampleDistributedShadowMaps as Boolean
- property ShadowSampleCount as Integer
- property ShadowMode as Integer
- property ShadowCascadeCount as Integer
- property maximumShadowDistance as Double
- property attenuationStartDistance as Double
- property attenuationEndDistance as Double
- property attenuationFalloffExponent as Double
- property spotInnerAngle as Double
- property spotOuterAngle as Double
- property gobo as SCNMaterialPropertyMBS
- shared method light as SCNLightMBS
- shared method SCNLightTypeAmbient as String
- shared method SCNLightTypeOmni as String
- shared method SCNLightTypeDirectional as String
- shared method SCNLightTypeSpot as String
- shared method SCNLightTypeIES as String
- shared method SCNLightTypeProbe as String
- class SCNLookAtConstraintMBS
- method Constructor(target as SCNNodeMBS)
- property targetOffset as SCNVector3MBS
- property localFront as SCNVector3MBS
- property worldUp as SCNVector3MBS
- property gimbalLockEnabled as Boolean
- property target as SCNNodeMBS
- shared method lookAtConstraintWithTarget(target as SCNNodeMBS) as SCNLookAtConstraintMBS
- class SCNMaterialMBS
- method copy as SCNMaterialMBS
- method Constructor
- property fresnelExponent as Double
- property shininess as Double
- property transparency as Double
- property lightingModelName as String
- property name as String
- property diffuse as SCNMaterialPropertyMBS
- property ambient as SCNMaterialPropertyMBS
- property specular as SCNMaterialPropertyMBS
- property emission as SCNMaterialPropertyMBS
- property transparent as SCNMaterialPropertyMBS
- property reflective as SCNMaterialPropertyMBS
- property multiply as SCNMaterialPropertyMBS
- property normal as SCNMaterialPropertyMBS
- property displacement as SCNMaterialPropertyMBS
- property ambientOcclusion as SCNMaterialPropertyMBS
- property selfIllumination as SCNMaterialPropertyMBS
- property metalness as SCNMaterialPropertyMBS
- property roughness as SCNMaterialPropertyMBS
- property locksAmbientWithDiffuse as Boolean
- property readsFromDepthBuffer as Boolean
- property writesToDepthBuffer as Boolean
- property LitPerPixel as Boolean
- property DoubleSided as Boolean
- property fillMode as Integer
- property cullMode as Integer
- property transparencyMode as Integer
- property blendMode as Integer
- property colorBufferWriteMask as Integer
- shared method SCNLightingModelPhong as string
- shared method SCNLightingModelBlinn as string
- shared method SCNLightingModelLambert as string
- shared method SCNLightingModelConstant as string
- shared method SCNLightingModelPhysicallyBased as string
- shared method material as SCNMaterialMBS
- class SCNMaterialPropertyMBS
- method Constructor(content as Variant)
- property contentsTransform as SCNMatrix4MBS
- property intensity as Double
- property maxAnisotropy as Double
- property minificationFilter as Integer
- property magnificationFilter as Integer
- property mipFilter as Integer
- property contents as Variant
- property wrapS as Integer
- property wrapT as Integer
- property borderColor as NSColorMBS
- property mappingChannel as Integer
- shared method materialPropertyWithContents(content as Variant) as SCNMaterialPropertyMBS
- shared method materialPropertyWithImage(image as NSImageMBS) as SCNMaterialPropertyMBS
- shared method materialPropertyWithColor(color as NSColorMBS) as SCNMaterialPropertyMBS
- shared method materialPropertyWithLayer(layer as CALayerMBS) as SCNMaterialPropertyMBS
- shared method materialPropertyWithPicture(picture as Picture) as SCNMaterialPropertyMBS
- class SCNMatrix4MBS
- method equals(other as SCNMatrix4MBS) as boolean
- method copy as SCNMatrix4MBS
- method Constructor
- method Translate(tx as double, ty as double, tz as double) as SCNMatrix4MBS
- method Scale(sx as double, sy as double, sz as double) as SCNMatrix4MBS
- method Rotate(angle as double, sx as double, sy as double, sz as double) as SCNMatrix4MBS
- method Invert as SCNMatrix4MBS
- method Multiply(other as SCNMatrix4MBS) as SCNMatrix4MBS
- property m11 as Double
- property m12 as Double
- property m13 as Double
- property m14 as Double
- property m21 as Double
- property m22 as Double
- property m23 as Double
- property m24 as Double
- property m31 as Double
- property m32 as Double
- property m33 as Double
- property m34 as Double
- property m41 as Double
- property m42 as Double
- property m43 as Double
- property m44 as Double
- property IsIdentity as Boolean
- shared method Null as SCNMatrix4MBS
- shared method Identity as SCNMatrix4MBS
- shared method Translation(tx as double, ty as double, tz as double) as SCNMatrix4MBS
- shared method Scaling(sx as double, sy as double, sz as double) as SCNMatrix4MBS
- shared method Rotation(angle as double, x as double, y as double, z as double) as SCNMatrix4MBS
- class SCNNodeMBS
- method clearGeometry
- method hitTestWithSegment(PointA as SCNVector3MBS, PointB as SCNVector3MBS, Options as Dictionary = nil) as SCNHitTestResultMBS()
- method setConstraints(constraints() as SCNConstraintMBS)
- method constraints as SCNConstraintMBS()
- method rotateBy(worldRotation as SCNVector4MBS, worldTarget as SCNVector3MBS)
- method localRotateBy(rotation as SCNVector4MBS)
- method localTranslateBy(translation as SCNVector3MBS)
- method lookAt(worldTarget as SCNVector3MBS, worldUp as SCNVector3MBS, localFront as SCNVector3MBS)
- method lookAt(worldTarget as SCNVector3MBS)
- method convertTransformFromNode(position as SCNMatrix4MBS, node as SCNNodeMBS) as SCNMatrix4MBS
- method convertTransformToNode(position as SCNMatrix4MBS, node as SCNNodeMBS) as SCNMatrix4MBS
- method convertVectorFromNode(position as SCNVector3MBS, node as SCNNodeMBS) as SCNVector3MBS
- method convertVectorToNode(position as SCNVector3MBS, node as SCNNodeMBS) as SCNVector3MBS
- method convertPositionFromNode(position as SCNVector3MBS, node as SCNNodeMBS) as SCNVector3MBS
- method convertPositionToNode(position as SCNVector3MBS, node as SCNNodeMBS) as SCNVector3MBS
- method flattenedClone as SCNNodeMBS
- method clone as SCNNodeMBS
- method copy as SCNNodeMBS
- method childNodeWithName(Name as String, recursively as Boolean = false) as SCNNodeMBS
- method insertChildNode(newNode as SCNNodeMBS, atIndex as Integer)
- method replaceChildNode(oldNode as SCNNodeMBS, newNode as SCNNodeMBS)
- method Constructor
- method Constructor(geometry as SCNGeometryMBS)
- method removeFromParentNode
- method addChildNode(node as SCNNodeMBS)
- method childNodes as SCNNodeMBS()
- method addAudioPlayer(player as SCNAudioPlayerMBS)
- method removeAudioPlayer(player as SCNAudioPlayerMBS)
- method removeAllAudioPlayers
- method audioPlayers as SCNAudioPlayerMBS()
- method removeAllActions
- method runAction(action as SCNActionMBS)
- method runAction(action as SCNActionMBS, key as string)
- method runAction(action as SCNActionMBS, key as string, del as SCNNodeRunActionCompletedMBS, tag as variant = nil)
- method runAction(action as SCNActionMBS, del as SCNNodeRunActionCompletedMBS, tag as variant = nil)
- property categoryBitMask as Integer
- property focusBehavior as Integer
- property pivot as SCNMatrix4MBS
- property worldOrientation as SCNVector4MBS
- property orientation as SCNVector4MBS
- property worldTransform as SCNMatrix4MBS
- property transform as SCNMatrix4MBS
- property Handle as Integer
- property Name as String
- property Hidden as Boolean
- property Opacity as Double
- property RenderingOrder as Integer
- property movabilityHint as Integer
- property CastsShadow as Boolean
- property ParentNode as SCNNodeMBS
- property PresentationNode as SCNNodeMBS
- property Paused as Boolean
- property Light as SCNLightMBS
- property Geometry as SCNGeometryMBS
- property Camera as SCNCameraMBS
- property Scale as SCNVector3MBS
- property EulerAngles as SCNVector3MBS
- property Position as SCNVector3MBS
- property WorldPosition as SCNVector3MBS
- property Rotation as SCNVector4MBS
- property WorldUp as SCNVector3MBS
- property WorldRight as SCNVector3MBS
- property WorldFront as SCNVector3MBS
- property physicsBody as SCNPhysicsBodyMBS
- property physicsField as SCNPhysicsFieldMBS
- shared method nodeWithGeometry(geometry as SCNGeometryMBS) as SCNNodeMBS
- shared method node as SCNNodeMBS
- shared method SCNModelTransform as String
- shared method SCNViewTransform as String
- shared method SCNProjectionTransform as String
- shared method SCNNormalTransform as String
- shared method SCNModelViewTransform as String
- shared method SCNModelViewProjectionTransform as String
- shared property localUp as SCNVector3MBS
- shared property localRight as SCNVector3MBS
- shared property localFront as SCNVector3MBS
- class SCNPhysicsBallSocketJointMBS
- method Constructor(body as SCNPhysicsBodyMBS, anchor as SCNVector3MBS)
- method Constructor(bodyA as SCNPhysicsBodyMBS, anchorA as SCNVector3MBS, bodyB as SCNPhysicsBodyMBS, anchorB as SCNVector3MBS)
- property bodyA as SCNPhysicsBodyMBS
- property bodyB as SCNPhysicsBodyMBS
- property anchorA as SCNVector3MBS
- property anchorB as SCNVector3MBS
- shared method jointWithBody(body as SCNPhysicsBodyMBS, anchor as SCNVector3MBS) as SCNPhysicsBallSocketJointMBS
- shared method jointWithBody(bodyA as SCNPhysicsBodyMBS, anchorA as SCNVector3MBS, bodyB as SCNPhysicsBodyMBS, anchorB as SCNVector3MBS) as SCNPhysicsBallSocketJointMBS
- class SCNPhysicsBehaviorMBS
- class SCNPhysicsBodyMBS
- method copy as SCNPhysicsBodyMBS
- method Constructor(type as Integer, shape as SCNPhysicsShapeMBS)
- method resetTransform
- method clearAllForces
- method applyForce(direction as SCNVector3MBS, impulse as Boolean)
- method applyForce(direction as SCNVector3MBS, atPosition as SCNVector3MBS, impulse as Boolean)
- method applyTorque(torque as SCNVector4MBS, impulse as Boolean)
- property Handle as Integer
- property physicsShape as SCNPhysicsShapeMBS
- property type as Integer
- property mass as Double
- property charge as Double
- property friction as Double
- property restitution as Double
- property rollingFriction as Double
- property damping as Double
- property angularDamping as Double
- property allowsResting as Boolean
- property usesDefaultMomentOfInertia as Boolean
- property isResting as Boolean
- property AffectedByGravity as Boolean
- property contactTestBitMask as Integer
- property collisionBitMask as Integer
- property categoryBitMask as Integer
- property momentOfInertia as SCNVector3MBS
- property velocity as SCNVector3MBS
- property angularVelocity as SCNVector4MBS
- property velocityFactor as SCNVector3MBS
- property angularVelocityFactor as SCNVector3MBS
- shared method body(type as Integer, shape as SCNPhysicsShapeMBS) as SCNPhysicsBodyMBS
- shared method staticBody as SCNPhysicsBodyMBS
- shared method dynamicBody as SCNPhysicsBodyMBS
- shared method kinematicBody as SCNPhysicsBodyMBS
- class SCNPhysicsConeTwistJointMBS
- method Constructor(body as SCNPhysicsBodyMBS, frame as SCNMatrix4MBS)
- method Constructor(bodyA as SCNPhysicsBodyMBS, frameA as SCNMatrix4MBS, bodyB as SCNPhysicsBodyMBS, frameB as SCNMatrix4MBS)
- property bodyA as SCNPhysicsBodyMBS
- property bodyB as SCNPhysicsBodyMBS
- property frameA as SCNVector3MBS
- property frameB as SCNVector3MBS
- property maximumAngularLimit1 as Double
- property maximumAngularLimit2 as Double
- property maximumTwistAngle as Double
- shared method jointWithBody(body as SCNPhysicsBodyMBS, frame as SCNMatrix4MBS) as SCNPhysicsConeTwistJointMBS
- shared method jointWithBody(bodyA as SCNPhysicsBodyMBS, frameA as SCNMatrix4MBS, bodyB as SCNPhysicsBodyMBS, frameB as SCNMatrix4MBS) as SCNPhysicsConeTwistJointMBS
- class SCNPhysicsContactMBS
- class SCNPhysicsFieldMBS
- method copy as SCNPhysicsFieldMBS
- method Constructor
- property Handle as Integer
- property strength as Double
- property falloffExponent as Double
- property minimumDistance as Double
- property usesEllipsoidalExtent as Boolean
- property Active as Boolean
- property Exclusive as Boolean
- property Scope as Integer
- property CategoryBitMask as Integer
- property halfExtent as SCNVector3MBS
- property offset as SCNVector3MBS
- property direction as SCNVector3MBS
- shared method dragField as SCNPhysicsFieldMBS
- shared method vortexField as SCNPhysicsFieldMBS
- shared method radialGravityField as SCNPhysicsFieldMBS
- shared method linearGravityField as SCNPhysicsFieldMBS
- shared method springField as SCNPhysicsFieldMBS
- shared method electricField as SCNPhysicsFieldMBS
- shared method magneticField as SCNPhysicsFieldMBS
- shared method noiseField(smoothness as double, animationSpeed as double) as SCNPhysicsFieldMBS
- shared method turbulenceField(smoothness as double, animationSpeed as double) as SCNPhysicsFieldMBS
- shared method customField(FieldForceEvaluator as SCNFieldForceEvaluatorMBS, tag as variant = nil) as SCNPhysicsFieldMBS
- class SCNPhysicsHingeJointMBS
- method Constructor(body as SCNPhysicsBodyMBS, axis as SCNVector3MBS, anchor as SCNVector3MBS)
- method Constructor(bodyA as SCNPhysicsBodyMBS, axisA as SCNVector3MBS, anchorA as SCNVector3MBS, bodyB as SCNPhysicsBodyMBS, axisB as SCNVector3MBS, anchorB as SCNVector3MBS)
- property bodyA as SCNPhysicsBodyMBS
- property bodyB as SCNPhysicsBodyMBS
- property anchorA as SCNVector3MBS
- property anchorB as SCNVector3MBS
- property axisA as SCNVector3MBS
- property axisB as SCNVector3MBS
- shared method jointWithBody(body as SCNPhysicsBodyMBS, axis as SCNVector3MBS, anchor as SCNVector3MBS) as SCNPhysicsHingeJointMBS
- shared method jointWithBody(bodyA as SCNPhysicsBodyMBS, axisA as SCNVector3MBS, anchorA as SCNVector3MBS, bodyB as SCNPhysicsBodyMBS, axisB as SCNVector3MBS, anchorB as SCNVector3MBS) as SCNPhysicsHingeJointMBS
- class SCNPhysicsShapeMBS
- method sourceObject as Variant
- method copy as SCNPhysicsShapeMBS
- method Constructor(node as SCNNodeMBS, Options as Dictionary = nil)
- method Constructor(geometry as SCNGeometryMBS, Options as Dictionary = nil)
- method transforms as SCNMatrix4MBS()
- property Handle as Integer
- property options as Dictionary
- shared method shapeWithNode(node as SCNNodeMBS, Options as Dictionary = nil) as SCNPhysicsShapeMBS
- shared method shapeWithGeometry(geometry as SCNGeometryMBS, Options as Dictionary = nil) as SCNPhysicsShapeMBS
- shared method shapeWithShapes(shapes() as SCNPhysicsShapeMBS, transforms() as SCNMatrix4MBS = nil) as SCNPhysicsShapeMBS
- shared method SCNPhysicsShapeTypeKey as String
- shared method SCNPhysicsShapeKeepAsCompoundKey as String
- shared method SCNPhysicsShapeScaleKey as String
- shared method SCNPhysicsShapeOptionCollisionMargin as String
- shared method SCNPhysicsShapeTypeBoundingBox as String
- shared method SCNPhysicsShapeTypeConvexHull as String
- shared method SCNPhysicsShapeTypeConcavePolyhedron as String
- class SCNPhysicsSliderJointMBS
- method Constructor(body as SCNPhysicsBodyMBS, axis as SCNVector3MBS, anchor as SCNVector3MBS)
- method Constructor(bodyA as SCNPhysicsBodyMBS, axisA as SCNVector3MBS, anchorA as SCNVector3MBS, bodyB as SCNPhysicsBodyMBS, axisB as SCNVector3MBS, anchorB as SCNVector3MBS)
- property bodyA as SCNPhysicsBodyMBS
- property bodyB as SCNPhysicsBodyMBS
- property anchorA as SCNVector3MBS
- property anchorB as SCNVector3MBS
- property axisA as SCNVector3MBS
- property axisB as SCNVector3MBS
- property minimumLinearLimit as Double
- property maximumLinearLimit as Double
- property minimumAngularLimit as Double
- property maximumAngularLimit as Double
- property motorTargetLinearVelocity as Double
- property motorMaximumForce as Double
- property motorTargetAngularVelocity as Double
- property motorMaximumTorque as Double
- shared method jointWithBody(body as SCNPhysicsBodyMBS, axis as SCNVector3MBS, anchor as SCNVector3MBS) as SCNPhysicsSliderJointMBS
- shared method jointWithBody(bodyA as SCNPhysicsBodyMBS, axisA as SCNVector3MBS, anchorA as SCNVector3MBS, bodyB as SCNPhysicsBodyMBS, axisB as SCNVector3MBS, anchorB as SCNVector3MBS) as SCNPhysicsSliderJointMBS
- class SCNPhysicsVehicleMBS
- method Constructor(chassisBody as SCNPhysicsBodyMBS, wheels() as SCNPhysicsVehicleWheelMBS)
- method wheels as SCNPhysicsVehicleWheelMBS()
- method applyEngineForce(value as double, index as Integer)
- method setSteeringAngle(value as double, index as Integer)
- method applyBrakingForce(value as double, index as Integer)
- property chassisBody as SCNPhysicsBodyMBS
- property speedInKilometersPerHour as Double
- shared method vehicleWithChassisBody(chassisBody as SCNPhysicsBodyMBS, wheels() as SCNPhysicsVehicleWheelMBS) as SCNPhysicsVehicleMBS
- class SCNPhysicsVehicleWheelMBS
- method copy as SCNPhysicsVehicleWheelMBS
- method Constructor(node as SCNNodeMBS)
- property Handle as Integer
- property Node as SCNNodeMBS
- property SuspensionStiffness as Double
- property SuspensionCompression as Double
- property SuspensionDamping as Double
- property MaximumSuspensionTravel as Double
- property FrictionSlip as Double
- property MaximumSuspensionForce as Double
- property Radius as Double
- property SuspensionRestLength as Double
- property ConnectionPosition as SCNVector3MBS
- property SteeringAxis as SCNVector3MBS
- property Axle as SCNVector3MBS
- shared method wheelWithNode(node as SCNNodeMBS) as SCNPhysicsVehicleWheelMBS
- class SCNPhysicsWorldMBS
- method Constructor(fireContactEvents as Boolean = false)
- method EnableContactsEvents
- method updateCollisionPairs
- method removeAllBehaviors
- method addBehavior(behavior as SCNPhysicsBehaviorMBS)
- method removeBehavior(behavior as SCNPhysicsBehaviorMBS)
- method allBehaviors as SCNPhysicsBehaviorMBS()
- method rayTestWithSegment(origin as SCNVector3MBS, dest as SCNVector3MBS, options as Dictionary = nil) as SCNPhysicsBehaviorMBS()
- method contactTest(bodyA as SCNPhysicsBodyMBS, bodyB as SCNPhysicsBodyMBS, options as Dictionary = nil) as SCNPhysicsContactMBS()
- method contactTest(body as SCNPhysicsBodyMBS, options as Dictionary = nil) as SCNPhysicsContactMBS()
- method convexSweepTest(shape as SCNPhysicsShapeMBS, fromTransform as SCNMatrix4MBS, toTransform as SCNMatrix4MBS, options as Dictionary = nil) as SCNPhysicsContactMBS()
- property Handle as Integer
- property speed as Double
- property timeStep as Double
- property gravity as SCNVector3MBS
- shared method SCNPhysicsTestCollisionBitMaskKey as String
- shared method SCNPhysicsTestSearchModeKey as String
- shared method SCNPhysicsTestBackfaceCullingKey as String
- shared method SCNPhysicsTestSearchModeAny as String
- shared method SCNPhysicsTestSearchModeClosest as String
- shared method SCNPhysicsTestSearchModeAll as String
- event didBeginContact(contact as SCNPhysicsContactMBS)
- event didUpdateContact(contact as SCNPhysicsContactMBS)
- event didEndContact(contact as SCNPhysicsContactMBS)
- class SCNPlaneMBS
- method Constructor(Width as Double, Height as Double)
- property width as Double
- property height as Double
- property cornerRadius as Double
- property widthSegmentCount as Integer
- property heightSegmentCount as Integer
- property cornerSegmentCount as Integer
- shared method plane(Width as Double, Height as Double) as SCNPlaneMBS
- class SCNPyramidMBS
- method Constructor(width as double, height as double, length as double)
- property width as Double
- property height as Double
- property length as Double
- property widthSegmentCount as Integer
- property heightSegmentCount as Integer
- property lengthSegmentCount as Integer
- shared method pyramid(width as double, height as double, length as double) as SCNPyramidMBS
- class SCNReplicatorConstraintMBS
- method Constructor(target as SCNNodeMBS)
- property orientationOffset as SCNVector4MBS
- property positionOffset as SCNVector3MBS
- property scaleOffset as SCNVector3MBS
- property target as SCNNodeMBS
- property replicatesOrientation as Boolean
- property replicatesPosition as Boolean
- property replicatesScale as Boolean
- shared method replicatorConstraintWithTarget(target as SCNNodeMBS) as SCNReplicatorConstraintMBS
- class SCNSceneMBS
- method Constructor
- property attributeForKey(key as String) as Variant
- property fogStartDistance as Double
- property fogEndDistance as Double
- property fogDensityExponent as Double
- property fogColor as NSColorMBS
- property paused as Boolean
- property rootNode as SCNNodeMBS
- property background as SCNMaterialPropertyMBS
- property lightingEnvironment as SCNMaterialPropertyMBS
- property physicsWorld as SCNPhysicsWorldMBS
- shared method SCNSceneStartTimeAttributeKey as String
- shared method SCNSceneEndTimeAttributeKey as String
- shared method SCNSceneFrameRateAttributeKey as String
- shared method SCNSceneUpAxisAttributeKey as String
- shared method SCNSceneExportDestinationURL as String
- shared method scene as SCNSceneMBS
- shared method sceneNamed(name as string) as SCNSceneMBS
- shared method sceneNamed(name as string, folder as folderItem, options as Dictionary = nil) as SCNSceneMBS
- shared method sceneWithFile(file as folderItem, options as Dictionary = nil, byref Error as NSErrorMBS) as SCNSceneMBS
- shared method sceneWithURL(FileURL as string, options as Dictionary = nil, byref Error as NSErrorMBS) as SCNSceneMBS
- class SCNShapeMBS
- method Constructor(path as NSBezierPathMBS, extrusionDepth as double)
- property extrusionDepth as Double
- property chamferRadius as Double
- property chamferMode as Integer
- property path as NSBezierPathMBS
- property chamferProfile as NSBezierPathMBS
- shared method shape(path as NSBezierPathMBS, extrusionDepth as double) as SCNShapeMBS
- class SCNSliderConstraintMBS
- class SCNSphereMBS
- class SCNTextMBS
- method Constructor(text as string, extrusionDepth as double)
- property extrusionDepth as Double
- property chamferRadius as Double
- property flatness as Double
- property Wrapped as Boolean
- property font as NSFontMBS
- property chamferProfile as NSBezierPathMBS
- property chamferSegmentCount as Integer
- property alignmentMode as String
- property truncationMode as String
- property text as String
- property attributedString as NSAttributedStringMBS
- property textSize as CGSizeMBS
- property containerFrame as CGRectMBS
- shared method text(text as string, extrusionDepth as double) as SCNTextMBS
- class SCNTorusMBS
- class SCNTransformConstraintMBS
- class SCNTubeMBS
- method Constructor(InnerRadius as double, outerRadius as double, height as double)
- property height as Double
- property outerRadius as Double
- property innerRadius as Double
- property radialSegmentCount as Integer
- property heightSegmentCount as Integer
- shared method tube(InnerRadius as double, outerRadius as double, height as double) as SCNTubeMBS
- class SCNVector3MBS
- method equals(other as SCNVector3MBS) as boolean
- method copy as SCNVector3MBS
- method Constructor(x as double = 0.0, y as double = 0.0, z as double = 0.0)
- property x as Double
- property y as Double
- property z as Double
- shared method Vector(x as double, y as double, z as double) as SCNVector3MBS
- shared method Null as SCNVector3MBS
- class SCNVector4MBS
- method equals(other as SCNVector4MBS) as boolean
- method copy as SCNVector4MBS
- method Constructor(x as double = 0.0, y as double = 0.0, z as double = 0.0, w as double = 0.0)
- property x as Double
- property y as Double
- property z as Double
- property w as Double
- shared method Vector(x as double, y as double, z as double, w as double) as SCNVector4MBS
- shared method Null as SCNVector4MBS
- class SCNViewMBS
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as double, top as double, width as double, height as double)
- method snapshot as NSImageMBS
- method play
- method pause
- method stop
- method hitTest(Point as CGPointMBS, Options as Dictionary = nil) as SCNHitTestResultMBS()
- method isNodeInsideFrustum(node as SCNNodeMBS, pointOfView as SCNNodeMBS) as Boolean
- method nodesInsideFrustumWithPointOfView(pointOfView as SCNNodeMBS) as SCNNodeMBS()
- method projectPoint(Point as SCNVector3MBS) as SCNVector3MBS
- method unprojectPoint(Point as SCNVector3MBS) as SCNVector3MBS
- property allowsCameraControl as Boolean
- property rendersContinuously as Boolean
- property backgroundColor as NSColorMBS
- property preferredFramesPerSecond as Integer
- property debugOptions as Integer
- property defaultCameraController as SCNCameraControllerMBS
- property scene as SCNSceneMBS
- property Playing as Boolean
- property loops as Boolean
- property pointOfView as SCNNodeMBS
- property autoenablesDefaultLighting as Boolean
- property jitteringEnabled as Boolean
- property showsStatistics as Boolean
- property sceneTime as Double
- property audioListener as SCNNodeMBS
- property renderingAPI as Integer
- class SLRequestMBS
- method Constructor(serviceType as string, requestMethod as integer, URL as string, parameters as dictionary)
- method preparedURLRequest as NSURLRequestMBS
- method addMultipartData(data as memoryblock, name as string, type as string, filename as string)
- method performRequest(tag as variant = nil)
- property Handle as Integer
- property account as ACAccountMBS
- property URL as String
- property requestMethod as Integer
- property parameters as Dictionary
- shared method SLServiceTypeTwitter as string
- shared method SLServiceTypeFacebook as string
- shared method SLServiceTypeSinaWeibo as string
- shared method SLServiceTypeTencentWeibo as string
- shared method SLServiceTypeLinkedIn as string
- shared method Available as boolean
- event performRequestCompleted(responseData as memoryblock, urlResponse as NSURLResponseMBS, error as NSErrorMBS, tag as variant)
- class TKBERTLVRecordMBS
- class TKCompactTLVRecordMBS
- class TKSimpleTLVRecordMBS
- class TKSmartCardATRInterfaceGroupMBS
- class TKSmartCardATRMBS
- method historicalRecords as TKCompactTLVRecordMBS()
- method interfaceGroupForProtocol(protocol as Integer) as TKSmartCardATRInterfaceGroupMBS
- method interfaceGroupAtIndex(index as Integer) as TKSmartCardATRInterfaceGroupMBS
- method protocols as Integer()
- method Constructor(data as MemoryBlock)
- property Handle as Integer
- property historicalBytes as MemoryBlock
- property bytes as MemoryBlock
- shared method available as Boolean
- class TKSmartCardMBS
- method userInteractionForSecurePINChange(PINFormat as TKSmartCardPINFormatMBS, APDU as MemoryBlock, currentPINByteOffset as Integer, newPINByteOffset as Integer) as TKSmartCardUserInteractionForSecurePINChangeMBS
- method userInteractionForSecurePINVerification(PINFormat as TKSmartCardPINFormatMBS, APDU as MemoryBlock, PINByteOffset as Integer) as TKSmartCardUserInteractionForSecurePINVerificationMBS
- method inSession(byref error as NSErrorMBS, tag as variant = nil) as boolean
- method sendIns(ins as UInt8, p1 as UInt8, p2 as UInt8, requestData as MemoryBlock, le as Integer = 0, tag as variant = nil)
- method transmitRequest(request as MemoryBlock, tag as variant = nil)
- method beginSession(tag as variant = nil)
- method Constructor
- method endSession
- method sendIns(ins as UInt8, p1 as UInt8, p2 as UInt8, requestData as MemoryBlock, le as Integer = 0, byref sw as Uint16, byref error as NSErrorMBS) as Memoryblock
- method Destructor
- method SetDelegate
- method transmitRequestSync(request as MemoryBlock, byref response as MemoryBlock, byref error as NSErrorMBS)
- method beginSessionSync(byref error as NSErrorMBS) as Boolean
- method beginSessionWithDelegate(handler as beginSessionCompletedDelegateMBS, tag as variant = nil)
- method transmitRequestWithDelegate(request as MemoryBlock, handler as transmitRequestCompletedDelegateMBS, tag as variant = nil)
- method readFileWithDelegate(FileName as MemoryBlock, handler as readFileCompletedDelegateMBS, tag as variant = nil)
- property Handle as Integer
- property Slot as TKSmartCardSlotMBS
- property Valid as Boolean
- property CurrentProtocol as Integer
- property AllowedProtocols as Integer
- property Sensitive as Boolean
- property UseExtendedLength as Boolean
- property UseCommandChaining as Boolean
- property cla as Integer
- property Context as Variant
- event beginSessionCompleted(success as Boolean, error as NSErrorMBS, tag as Variant)
- event transmitRequestCompleted(request as MemoryBlock, response as MemoryBlock, error as NSErrorMBS, tag as Variant)
- event sendInsCompleted(ins as UInt8, p1 as UInt8, p2 as UInt8, requestData as MemoryBlock, le as integer, replyData as MemoryBlock, sw as UInt16, error as NSErrorMBS, tag as Variant)
- event inSession(byref error as NSErrorMBS, tag as Variant) as Boolean
- event ValidChanged
- class TKSmartCardPINFormatMBS
- method Constructor
- property Handle as Integer
- property Charset as Integer
- property Encoding as Integer
- property MinPINLength as Integer
- property MaxPINLength as Integer
- property PINBlockByteLength as Integer
- property PINJustification as Integer
- property PINBitOffset as Integer
- property PINLengthBitOffset as Integer
- property PINLengthBitSize as Integer
- class TKSmartCardSlotManagerMBS
- method SetDelegate
- method Destructor
- method Constructor
- method slotNames as string()
- method slotNamed(name as string) as TKSmartCardSlotMBS
- method getSlotWithName(name as string, tag as variant = nil)
- property Handle as Integer
- shared method defaultManager as TKSmartCardSlotManagerMBS
- shared method available as Boolean
- event gotSlotWithName(name as string, slot as TKSmartCardSlotMBS, tag as variant)
- event slotNamesChanged
- class TKSmartCardSlotMBS
- class TKSmartCardTokenDriverMBS
- class TKSmartCardTokenMBS
- class TKSmartCardTokenSessionMBS
- class TKSmartCardUserInteractionForPINOperationMBS
- class TKSmartCardUserInteractionForSecurePINChangeMBS
- class TKSmartCardUserInteractionForSecurePINVerificationMBS
- class TKSmartCardUserInteractionMBS
- method Run
- method Constructor
- method Cancel as Boolean
- method Destructor
- property Handle as Integer
- property initialTimeout as Double
- property interactionTimeout as Double
- event runCompleted(success as boolean, error as NSErrorMBS)
- event characterEnteredInUserInteraction
- event correctionKeyPressedInUserInteraction
- event validationKeyPressedInUserInteraction
- event invalidCharacterEnteredInUserInteraction
- event oldPINRequestedInUserInteraction
- event newPINRequestedInUserInteraction
- event newPINConfirmationRequestedInUserInteraction
- class TKTLVRecordMBS
- method Constructor
- property Handle as Integer
- property Tag as UInt64
- property Value as MemoryBlock
- property Data as MemoryBlock
- shared method available as Boolean
- shared method recordFromData(data as MemoryBlock) as TKTLVRecordMBS
- shared method sequenceOfRecordsFromData(data as MemoryBlock) as TKTLVRecordMBS()
- class TKTokenAuthOperationMBS
- class TKTokenDriverMBS
- class TKTokenKeyAlgorithmMBS
- class TKTokenKeychainCertificateMBS
- class TKTokenKeychainContentsMBS
- method certificateForObjectID(TKTokenObjectID as Variant, byref error as NSErrorMBS) as TKTokenKeychainCertificateMBS
- method keyForObjectID(TKTokenObjectID as Variant, byref error as NSErrorMBS) as TKTokenKeychainKeyMBS
- method Constructor
- method items as TKTokenKeychainItemMBS()
- method fillWithItems(items() as TKTokenKeychainItemMBS)
- property Handle as Integer
- class TKTokenKeychainItemMBS
- class TKTokenKeychainKeyMBS
- method Constructor(CertificateData as MemoryBlock, TKTokenObjectID as Variant)
- method Constructor(TKTokenObjectID as Variant)
- property keyType as String
- property applicationTag as MemoryBlock
- property keySizeInBits as Integer
- property publicKeyData as MemoryBlock
- property publicKeyHash as MemoryBlock
- property canDecrypt as Boolean
- property canSign as Boolean
- property canPerformKeyExchange as Boolean
- property SuitableForLogin as Boolean
- class TKTokenKeyExchangeParametersMBS
- class TKTokenMBS
- method Constructor(tokenDriver as TKTokenDriverMBS, instanceID as String)
- method Constructor
- method Destructor
- method SetDelegate
- property Handle as Integer
- property tokenDriver as TKTokenDriverMBS
- property keychainContents as TKTokenKeychainContentsMBS
- event createSession(byref error as NSErrorMBS) as TKTokenSessionMBS
- event terminateSession(session as TKTokenSessionMBS)
- class TKTokenPasswordAuthOperationMBS
- class TKTokenSessionMBS
- method Constructor(token as TKTokenMBS)
- method Constructor
- method Destructor
- method SetDelegate
- property Handle as Integer
- property token as TKTokenMBS
- event beginAuthForOperation(operation as Integer, constraint as Variant, byref error as NSErrorMBS) as TKTokenAuthOperationMBS
- event supportsOperation(operation as Integer, keyObjectID as Variant, algorithm as TKTokenKeyAlgorithmMBS) as Boolean
- event signData(dataToSign as MemoryBlock, keyObjectID as Variant, algorithm as TKTokenKeyAlgorithmMBS, byref error as NSErrorMBS) as MemoryBlock
- event decryptData(ciphertext as MemoryBlock, keyObjectID as Variant, algorithm as TKTokenKeyAlgorithmMBS, byref error as NSErrorMBS) as MemoryBlock
- event performKeyExchangeWithPublicKey(otherPartyPublicKeyData as MemoryBlock, keyObjectID as Variant, algorithm as TKTokenKeyAlgorithmMBS, parameters as TKTokenKeyExchangeParametersMBS, byref error as NSErrorMBS) as MemoryBlock
- class TKTokenSmartCardPINAuthOperationMBS
- class TKTokenWatcherMBS
- class WKBackForwardListItemMBS
- class WKBackForwardListMBS
- method Constructor(WKWebView as WKWebViewMBS)
- method Constructor
- method itemAtIndex(index as Integer) as WKBackForwardListItemMBS
- method backList as WKBackForwardListItemMBS()
- method forwardList as WKBackForwardListItemMBS()
- property Handle as Integer
- property currentItem as WKBackForwardListItemMBS
- property backItem as WKBackForwardListItemMBS
- property forwardItem as WKBackForwardListItemMBS
- class WKDownloadMBS
- class WKFrameInfoMBS
- class WKHTTPCookieStoreMBS
- class WKNavigationActionMBS
- method Constructor
- property Handle as Integer
- property buttonNumber as Integer
- property modifierFlags as Integer
- property shouldPerformDownload as Boolean
- property navigationType as Integer
- property sourceFrame as WKFrameInfoMBS
- property targetFrame as WKFrameInfoMBS
- property request as NSURLRequestMBS
- property newWindow as Boolean
- class WKNavigationMBS
- class WKNavigationResponseMBS
- class WKPolicyForNavigationActionDecisionHandlerMBS
- class WKPolicyForNavigationResponseDecisionHandlerMBS
- class WKPreferencesMBS
- method Constructor(WKWebView as WKWebViewMBS)
- property Handle as Integer
- property minimumFontSize as Double
- property javaScriptEnabled as Boolean
- property javaScriptCanOpenWindowsAutomatically as Boolean
- property tabFocusesLinks as Boolean
- property FraudulentWebsiteWarningEnabled as Boolean
- property TextInteractionEnabled as Boolean
- property plugInsEnabled as Boolean
- property javaEnabled as Boolean
- property loadsImagesAutomatically as Boolean
- property defaultFontSize as Integer
- property standardFontFamily as String
- property shouldPrintBackgrounds as Boolean
- property developerExtrasEnabled as Boolean
- property logsPageMessagesToSystemConsoleEnabled as Boolean
- property telephoneNumberDetectionIsEnabled as Boolean
- property mediaStreamEnabled as Boolean
- property mediaDevicesEnabled as Boolean
- property webSecurityEnabled as Boolean
- property fullScreenEnabled as Boolean
- property siteSpecificQuirksModeEnabled as Boolean
- property crossOriginResourcePolicyEnabled as Boolean
- property ElementFullscreenEnabled as Boolean
- class WKUserScriptMBS
- class WKWebViewConfigurationMBS
- method copy as WKWebViewConfigurationMBS
- method Constructor(WKWebView as WKWebViewMBS)
- property Handle as Integer
- property Preferences as WKPreferencesMBS
- property suppressesIncrementalRendering as Boolean
- property applicationNameForUserAgent as String
- property allowsAirPlayForMediaPlayback as Boolean
- property mediaTypesRequiringUserActionForPlayback as Integer
- property userInterfaceDirectionPolicy as Integer
- property limitsNavigationsToAppBoundDomains as Boolean
- property upgradeKnownHostsToHTTPS as Boolean
- property allowsInlineMediaPlayback as Boolean
- property allowsPictureInPictureMediaPlayback as Boolean
- class WKWebViewMBS
- method Copy
- method Cut
- method Paste
- method SelectAll
- method DeleteSelection
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as double, top as double, width as double, height as double)
- method goToBackForwardListItem(Item as WKBackForwardListItemMBS)
- method LoadFileURL(File as FolderItem, readAccessItem as FolderItem)
- method userScripts as WKUserScriptMBS()
- method addUserScript(userScript as WKUserScriptMBS)
- method removeAllUserScripts
- method setMagnification(magnification as double, pointX as double, pointY as double)
- method EvaluateJavaScript(JavaScript as String, byref Error as NSErrorMBS) as Variant
- method LoadData(Data as MemoryBlock, MIMEType as String, textEncodingName as String, baseURL as string = "")
- method LoadHTML(htmlText as String, baseURL as string = "")
- method LoadURL(URL as string)
- method LoadURLRequest(Request as NSURLRequestMBS)
- method stopLoading
- method goBack
- method goForward
- method reload
- method reloadFromOrigin
- method takeSnapshot(byref error as NSErrorMBS) as NSImageMBS
- method printOperation(printInfo as NSPrintInfoMBS) as NSPrintOperationMBS
- method HTMLText as String
- method PlainText as String
- method MainResourceData(byref error as NSErrorMBS) as MemoryBlock
- method WebArchiveData(byref error as NSErrorMBS) as MemoryBlock
- method PDFData(byref error as NSErrorMBS) as MemoryBlock
- property pageZoom as Double
- property mediaType as String
- property allowUniversalAccessFromFileURLs as Boolean
- property allowFileAccessFromFileURLs as Boolean
- property CanGoBack as Boolean
- property CanGoForward as Boolean
- property IsLoading as Boolean
- property EstimatedProgress as Double
- property Title as String
- property URL as String
- property MIMEType as String
- property customUserAgent as String
- property allowsBackForwardNavigationGestures as Boolean
- property allowsLinkPreview as Boolean
- property hasOnlySecureContent as Boolean
- property developerExtrasEnabled as Boolean
- property javaScriptEnabled as Boolean
- property javaScriptCanOpenWindowsAutomatically as Boolean
- property javaEnabled as Boolean
- property plugInsEnabled as Boolean
- property loadsImagesAutomatically as Boolean
- property minimumFontSize as Double
- property allowsMagnification as Boolean
- property magnification as Double
- property privateBrowsing as Boolean
- property backForwardList as WKWebViewMBS
- property HTTPCookieStore as WKHTTPCookieStoreMBS
- property Configuration as WKWebViewConfigurationMBS
- property Preferences as WKPreferencesMBS
- property drawsBackground as Boolean
- property backgroundColor as NSColorMBS
- shared method handlesURLScheme(urlScheme as String) as Boolean
- control DesktopPHLivePhotoControlMBS
- method startPlayback(style as integer)
- method stopPlayback(animated as boolean)
- method stopPlayback
- property View as NSViewMBS
- property LivePhoto as PHLivePhotoMBS
- property ContentMode as Integer
- property audioVolume as Single
- property muted as Boolean
- property livePhotoBadgeView as NSViewMBS
- shared method available as boolean
- event FocusReceived
- event FocusLost
- event FrameChanged
- event BoundsChanged
- event MenuBarSelected
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- event willBeginPlaybackWithStyle(playbackStyle as Integer)
- event didEndPlaybackWithStyle(playbackStyle as Integer)
- control DesktopSCNControlMBS
- property View as SCNViewMBS
- event FocusReceived
- event FocusLost
- event FrameChanged
- event BoundsChanged
- event MenuBarSelected
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- event rendererUpdate(time as double)
- event rendererDidApplyAnimations(time as double)
- event rendererDidSimulatePhysics(time as double)
- event rendererDidApplyConstraints(time as double)
- event rendererWillRenderScene(scene as SCNSceneMBS, time as double)
- event rendererDidRenderScene(scene as SCNSceneMBS, time as double)
- control DesktopWKWebViewControlMBS
- method runOpenPanelWithParametersCompleted(URLs() as NSURLMBS)
- method goToBackForwardListItem(Item as WKBackForwardListItemMBS)
- method LoadFileURL(File as FolderItem, readAccessItem as FolderItem)
- method userScripts as WKUserScriptMBS()
- method addUserScript(userScript as WKUserScriptMBS)
- method removeAllUserScripts
- method setMagnification(magnification as double, pointX as double, pointY as double)
- method addScriptMessageHandler(Name as String)
- method removeScriptMessageHandler(Name as String)
- method EvaluateJavaScript(JavaScript as String, Tag as String = "")
- method EvaluateJavaScript(JavaScript as String, byref Error as NSErrorMBS) as Variant
- method LoadData(Data as MemoryBlock, MIMEType as String, textEncodingName as String, baseURL as string = "")
- method LoadHTML(htmlText as String, baseURL as string = "")
- method LoadURL(URL as string)
- method LoadURLRequest(Request as NSURLRequestMBS)
- method stopLoading
- method goBack
- method goForward
- method reload
- method reloadFromOrigin
- method takeSnapshot(tag as string = "")
- method takeSnapshot(byref error as NSErrorMBS) as NSImageMBS
- method printOperation(printInfo as NSPrintInfoMBS) as NSPrintOperationMBS
- property allowUniversalAccessFromFileURLs as Boolean
- property allowFileAccessFromFileURLs as Boolean
- property View as NSViewMBS
- property WKWebView as WKWebViewMBS
- property Navigation as WKNavigationMBS
- property CanGoBack as Boolean
- property CanGoForward as Boolean
- property IsLoading as Boolean
- property EstimatedProgress as Double
- property Title as String
- property URL as String
- property customUserAgent as String
- property allowsBackForwardNavigationGestures as Boolean
- property allowsLinkPreview as Boolean
- property hasOnlySecureContent as Boolean
- property developerExtrasEnabled as Boolean
- property javaScriptEnabled as Boolean
- property javaScriptCanOpenWindowsAutomatically as Boolean
- property javaEnabled as Boolean
- property plugInsEnabled as Boolean
- property loadsImagesAutomatically as Boolean
- property minimumFontSize as Double
- property allowsMagnification as Boolean
- property magnification as Double
- property privateBrowsing as Boolean
- property backForwardList as WKBackForwardListMBS
- property AcceptTabs as Boolean
- shared method setUsePrivateBrowsing(value as Boolean)
- shared property UsePrivateBrowsing as Boolean
- event FocusReceived
- event FocusLost
- event FrameChanged
- event BoundsChanged
- event JavaScriptEvaluated(JavaScript as String, Result as Variant, Error as NSErrorMBS, Tag as String)
- event decidePolicyForNavigationAction(navigationAction as WKNavigationActionMBS, decisionHandler as WKPolicyForNavigationActionDecisionHandlerMBS)
- event runJavaScriptAlertPanel(initiatedByFrame as WKFrameInfoMBS, message as String)
- event runJavaScriptConfirmPanel(initiatedByFrame as WKFrameInfoMBS, message as String) as boolean
- event runJavaScriptTextInputPanel(initiatedByFrame as WKFrameInfoMBS, prompt as String, defaultText as String) as String
- event didStartProvisionalNavigation(navigation as WKNavigationMBS)
- event didReceiveServerRedirectForProvisionalNavigation(navigation as WKNavigationMBS)
- event didFailProvisionalNavigation(navigation as WKNavigationMBS, Error as NSErrorMBS)
- event didCommitNavigation(navigation as WKNavigationMBS)
- event didFinishNavigation(navigation as WKNavigationMBS)
- event didFailNavigation(navigation as WKNavigationMBS, Error as NSErrorMBS)
- event MenuBarSelected
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- event takeSnapshotCompleted(image as NSImageMBS, error as NSErrorMBS, tag as string)
- event didReceiveScriptMessage(Body as Variant, name as String)
- event TitleChanged(Title as String, oldTitle as string)
- event EstimatedProgressChanged(estimatedProgress as double, oldEstimatedProgress as double)
- event decidePolicyForNavigationResponse(navigationResponse as WKNavigationResponseMBS, decisionHandler as WKPolicyForNavigationResponseDecisionHandlerMBS)
- event CreateWebView(URL as String, request as NSURLRequestMBS) as Variant
- event DidClose
- event WebContentProcessDidTerminate
- event willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event runOpenPanelWithParameters(initiatedByFrame as WKFrameInfoMBS, allowsMultipleSelection as Boolean, allowsDirectories as Boolean)
- event downloadDidFinish(download as WKDownloadMBS)
- event downloadDecideDestinationUsingResponse(download as WKDownloadMBS, response as NSURLResponseMBS, suggestedFilename as String, byref destination as FolderItem)
- event downloadWillPerformHTTPRedirection(download as WKDownloadMBS, response as NSURLResponseMBS, request as NSURLRequestMBS, byref DownloadRedirectPolicy as Integer)
- event downloadDidReceiveAuthenticationChallenge(download as WKDownloadMBS, challenge as NSURLAuthenticationChallengeMBS, byref AuthChallengeDisposition as Integer, byref credentials as NSURLCredentialMBS)
- event downloadDidFailWithError(download as WKDownloadMBS, error as NSErrorMBS, resumeData as MemoryBlock)
- event navigationActionDidBecomeDownload(navigationAction as WKNavigationActionMBS, download as WKDownloadMBS)
- event navigationResponseDidBecomeDownload(navigationResponse as WKNavigationResponseMBS, download as WKDownloadMBS)
- event DidReceiveAuthenticationChallenge(challenge as NSURLAuthenticationChallengeMBS, byref AuthChallengeDisposition as Integer, byref credentials as NSURLCredentialMBS)
- control PHLivePhotoControlMBS
- method startPlayback(style as integer)
- method stopPlayback(animated as boolean)
- method stopPlayback
- property View as NSViewMBS
- property LivePhoto as PHLivePhotoMBS
- property ContentMode as Integer
- property audioVolume as Single
- property muted as Boolean
- property livePhotoBadgeView as NSViewMBS
- shared method available as boolean
- event GotFocus
- event LostFocus
- event FrameChanged
- event BoundsChanged
- event EnableMenuItems
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- event willBeginPlaybackWithStyle(playbackStyle as Integer)
- event didEndPlaybackWithStyle(playbackStyle as Integer)
- control SCNControlMBS
- property View as SCNViewMBS
- event GotFocus
- event LostFocus
- event FrameChanged
- event BoundsChanged
- event EnableMenuItems
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- event rendererUpdate(time as double)
- event rendererDidApplyAnimations(time as double)
- event rendererDidSimulatePhysics(time as double)
- event rendererDidApplyConstraints(time as double)
- event rendererWillRenderScene(scene as SCNSceneMBS, time as double)
- event rendererDidRenderScene(scene as SCNSceneMBS, time as double)
- control SCNIOSControlMBS
- property View as SCNViewMBS
- event GotFocus
- event LostFocus
- event rendererUpdate(time as double)
- event rendererDidApplyAnimations(time as double)
- event rendererDidSimulatePhysics(time as double)
- event rendererDidApplyConstraints(time as double)
- event rendererWillRenderScene(scene as SCNSceneMBS, time as double)
- event rendererDidRenderScene(scene as SCNSceneMBS, time as double)
- event touchesBegan(e as NSEventMBS, touches() as NSTouchMBS) as boolean
- event touchesMoved(e as NSEventMBS, touches() as NSTouchMBS) as boolean
- event touchesEnded(e as NSEventMBS, touches() as NSTouchMBS) as boolean
- event touchesCancelled(e as NSEventMBS, touches() as NSTouchMBS) as boolean
- control WKWebViewControlMBS
- method runOpenPanelWithParametersCompleted(URLs() as NSURLMBS)
- method goToBackForwardListItem(Item as WKBackForwardListItemMBS)
- method LoadFileURL(File as FolderItem, readAccessItem as FolderItem)
- method userScripts as WKUserScriptMBS()
- method addUserScript(userScript as WKUserScriptMBS)
- method removeAllUserScripts
- method setMagnification(magnification as double, pointX as double, pointY as double)
- method addScriptMessageHandler(Name as String)
- method removeScriptMessageHandler(Name as String)
- method EvaluateJavaScript(JavaScript as String, Tag as String = "")
- method EvaluateJavaScript(JavaScript as String, byref Error as NSErrorMBS) as Variant
- method LoadData(Data as MemoryBlock, MIMEType as String, textEncodingName as String, baseURL as string = "")
- method LoadHTML(htmlText as String, baseURL as string = "")
- method LoadURL(URL as string)
- method LoadURLRequest(Request as NSURLRequestMBS)
- method stopLoading
- method goBack
- method goForward
- method reload
- method reloadFromOrigin
- method takeSnapshot(tag as string = "")
- method takeSnapshot(byref error as NSErrorMBS) as NSImageMBS
- method printOperation(printInfo as NSPrintInfoMBS) as NSPrintOperationMBS
- property allowUniversalAccessFromFileURLs as Boolean
- property allowFileAccessFromFileURLs as Boolean
- property View as NSViewMBS
- property WKWebView as WKWebViewMBS
- property Navigation as WKNavigationMBS
- property CanGoBack as Boolean
- property CanGoForward as Boolean
- property IsLoading as Boolean
- property EstimatedProgress as Double
- property Title as String
- property URL as String
- property customUserAgent as String
- property allowsBackForwardNavigationGestures as Boolean
- property allowsLinkPreview as Boolean
- property hasOnlySecureContent as Boolean
- property developerExtrasEnabled as Boolean
- property javaScriptEnabled as Boolean
- property javaScriptCanOpenWindowsAutomatically as Boolean
- property javaEnabled as Boolean
- property plugInsEnabled as Boolean
- property loadsImagesAutomatically as Boolean
- property minimumFontSize as Double
- property allowsMagnification as Boolean
- property magnification as Double
- property privateBrowsing as Boolean
- property backForwardList as WKBackForwardListMBS
- property AcceptTabs as Boolean
- shared method setUsePrivateBrowsing(value as Boolean)
- shared property UsePrivateBrowsing as Boolean
- event GotFocus
- event LostFocus
- event FrameChanged
- event BoundsChanged
- event JavaScriptEvaluated(JavaScript as String, Result as Variant, Error as NSErrorMBS, Tag as String)
- event decidePolicyForNavigationAction(navigationAction as WKNavigationActionMBS, decisionHandler as WKPolicyForNavigationActionDecisionHandlerMBS)
- event runJavaScriptAlertPanel(initiatedByFrame as WKFrameInfoMBS, message as String)
- event runJavaScriptConfirmPanel(initiatedByFrame as WKFrameInfoMBS, message as String) as boolean
- event runJavaScriptTextInputPanel(initiatedByFrame as WKFrameInfoMBS, prompt as String, defaultText as String) as String
- event didStartProvisionalNavigation(navigation as WKNavigationMBS)
- event didReceiveServerRedirectForProvisionalNavigation(navigation as WKNavigationMBS)
- event didFailProvisionalNavigation(navigation as WKNavigationMBS, Error as NSErrorMBS)
- event didCommitNavigation(navigation as WKNavigationMBS)
- event didFinishNavigation(navigation as WKNavigationMBS)
- event didFailNavigation(navigation as WKNavigationMBS, Error as NSErrorMBS)
- event EnableMenuItems
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- event takeSnapshotCompleted(image as NSImageMBS, error as NSErrorMBS, tag as string)
- event didReceiveScriptMessage(Body as Variant, name as String)
- event TitleChanged(Title as String, oldTitle as string)
- event EstimatedProgressChanged(estimatedProgress as double, oldEstimatedProgress as double)
- event decidePolicyForNavigationResponse(navigationResponse as WKNavigationResponseMBS, decisionHandler as WKPolicyForNavigationResponseDecisionHandlerMBS)
- event CreateWebView(URL as String, request as NSURLRequestMBS) as Variant
- event DidClose
- event WebContentProcessDidTerminate
- event willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event runOpenPanelWithParameters(initiatedByFrame as WKFrameInfoMBS, allowsMultipleSelection as Boolean, allowsDirectories as Boolean)
- event downloadDidFinish(download as WKDownloadMBS)
- event downloadDecideDestinationUsingResponse(download as WKDownloadMBS, response as NSURLResponseMBS, suggestedFilename as String, byref destination as FolderItem)
- event downloadWillPerformHTTPRedirection(download as WKDownloadMBS, response as NSURLResponseMBS, request as NSURLRequestMBS, byref DownloadRedirectPolicy as Integer)
- event downloadDidReceiveAuthenticationChallenge(download as WKDownloadMBS, challenge as NSURLAuthenticationChallengeMBS, byref AuthChallengeDisposition as Integer, byref credentials as NSURLCredentialMBS)
- event downloadDidFailWithError(download as WKDownloadMBS, error as NSErrorMBS, resumeData as MemoryBlock)
- event navigationActionDidBecomeDownload(navigationAction as WKNavigationActionMBS, download as WKDownloadMBS)
- event navigationResponseDidBecomeDownload(navigationResponse as WKNavigationResponseMBS, download as WKDownloadMBS)
- event DidReceiveAuthenticationChallenge(challenge as NSURLAuthenticationChallengeMBS, byref AuthChallengeDisposition as Integer, byref credentials as NSURLCredentialMBS)
- control WKWebViewIOSControlMBS
- method goToBackForwardListItem(Item as WKBackForwardListItemMBS)
- method LoadFileURL(File as FolderItem, readAccessItem as FolderItem)
- method userScripts as WKUserScriptMBS()
- method addUserScript(userScript as WKUserScriptMBS)
- method removeAllUserScripts
- method addScriptMessageHandler(Name as String)
- method removeScriptMessageHandler(Name as String)
- method EvaluateJavaScript(JavaScript as String, Tag as String = "")
- method EvaluateJavaScript(JavaScript as String, byref Error as NSErrorMBS) as Variant
- method LoadData(Data as MemoryBlock, MIMEType as String, textEncodingName as String, baseURL as string = "")
- method LoadHTML(htmlText as String, baseURL as string = "")
- method LoadURL(URL as string)
- method LoadURLRequest(Request as NSURLRequestMBS)
- method stopLoading
- method goBack
- method goForward
- method reload
- method reloadFromOrigin
- method takeSnapshot(tag as string = "")
- method takeSnapshot(byref error as NSErrorMBS) as NSImageMBS
- property allowUniversalAccessFromFileURLs as Boolean
- property allowFileAccessFromFileURLs as Boolean
- property View as NSViewMBS
- property WKWebView as WKWebViewMBS
- property Navigation as WKNavigationMBS
- property CanGoBack as Boolean
- property CanGoForward as Boolean
- property IsLoading as Boolean
- property EstimatedProgress as Double
- property Title as String
- property URL as String
- property customUserAgent as String
- property allowsBackForwardNavigationGestures as Boolean
- property allowsLinkPreview as Boolean
- property hasOnlySecureContent as Boolean
- property developerExtrasEnabled as Boolean
- property javaScriptEnabled as Boolean
- property javaScriptCanOpenWindowsAutomatically as Boolean
- property loadsImagesAutomatically as Boolean
- property minimumFontSize as Double
- property privateBrowsing as Boolean
- property backForwardList as WKBackForwardListMBS
- shared method setUsePrivateBrowsing(value as Boolean)
- shared property UsePrivateBrowsing as Boolean
- event GotFocus
- event LostFocus
- event JavaScriptEvaluated(JavaScript as String, Result as Variant, Error as NSErrorMBS, Tag as String)
- event decidePolicyForNavigationAction(navigationAction as WKNavigationActionMBS, decisionHandler as WKPolicyForNavigationActionDecisionHandlerMBS)
- event runJavaScriptAlertPanel(initiatedByFrame as WKFrameInfoMBS, message as String)
- event runJavaScriptConfirmPanel(initiatedByFrame as WKFrameInfoMBS, message as String) as boolean
- event runJavaScriptTextInputPanel(initiatedByFrame as WKFrameInfoMBS, prompt as String, defaultText as String) as String
- event didStartProvisionalNavigation(navigation as WKNavigationMBS)
- event didReceiveServerRedirectForProvisionalNavigation(navigation as WKNavigationMBS)
- event didFailProvisionalNavigation(navigation as WKNavigationMBS, Error as NSErrorMBS)
- event didCommitNavigation(navigation as WKNavigationMBS)
- event didFinishNavigation(navigation as WKNavigationMBS)
- event didFailNavigation(navigation as WKNavigationMBS, Error as NSErrorMBS)
- event takeSnapshotCompleted(image as NSImageMBS, error as NSErrorMBS, tag as string)
- event didReceiveScriptMessage(Body as Variant, name as String)
- event TitleChanged(Title as String, oldTitle as string)
- event EstimatedProgressChanged(estimatedProgress as double, oldEstimatedProgress as double)
- event decidePolicyForNavigationResponse(navigationResponse as WKNavigationResponseMBS, decisionHandler as WKPolicyForNavigationResponseDecisionHandlerMBS)
- event CreateWebView(URL as String, request as NSURLRequestMBS) as WKWebViewIOSControlMBS
- event DidClose
- event WebContentProcessDidTerminate
- event downloadDidFinish(download as WKDownloadMBS)
- event downloadDecideDestinationUsingResponse(download as WKDownloadMBS, response as NSURLResponseMBS, suggestedFilename as String, byref destination as FolderItem)
- event downloadWillPerformHTTPRedirection(download as WKDownloadMBS, response as NSURLResponseMBS, request as NSURLRequestMBS, byref DownloadRedirectPolicy as Integer)
- event downloadDidReceiveAuthenticationChallenge(download as WKDownloadMBS, challenge as NSURLAuthenticationChallengeMBS, byref AuthChallengeDisposition as Integer, byref credentials as NSURLCredentialMBS)
- event downloadDidFailWithError(download as WKDownloadMBS, error as NSErrorMBS, resumeData as MemoryBlock)
- event navigationActionDidBecomeDownload(navigationAction as WKNavigationActionMBS, download as WKDownloadMBS)
- event navigationResponseDidBecomeDownload(navigationResponse as WKNavigationResponseMBS, download as WKDownloadMBS)
- event DidReceiveAuthenticationChallenge(challenge as NSURLAuthenticationChallengeMBS, byref AuthChallengeDisposition as Integer, byref credentials as NSURLCredentialMBS)
- module WVWebViewModuleMBS
