New in version 21.2
New in Version 21.4 21.5 22.0 22.1 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3
Platforms to show: All Mac Windows Linux Cross-Platform
New classes in version 21.2:
- class AVCaptureMetadataOutputMBS
- class CDDataAcceleratorMBS
- class CDDiscreteHeatMapLayerMBS
- class CDMultiPagePDFMBS
- class CDTreeMapChartMBS
- class CDTreeMapNodeMBS
- class CDViewPortControlBaseMBS
- class RabbitMQBasicPropertiesMBS
- class RabbitMQConnectionInfoMBS
- class RabbitMQConnectionMBS
- class RabbitMQEnvelopeMBS
- class RabbitMQFrameMBS
- class RabbitMQMessageMBS
- class RabbitMQRPCReplyMBS
- class WinSpellCheckerExceptionMBS
- class WinSpellCheckerMBS
- class WinSpellCheckerOptionDescriptionMBS
- class WinSpellingErrorMBS
New class events in version 21.2:
New class methods in version 21.2:
- AVFoundationMBS.AVMediaCharacteristicContainsAlphaChannel as string
- AVFoundationMBS.AVMediaCharacteristicDubbedTranslation as string
- AVFoundationMBS.AVMediaCharacteristicIsOriginalContent as string
- AVFoundationMBS.AVMediaCharacteristicLanguageTranslation as string
- AVFoundationMBS.AVMediaCharacteristicUsesWideGamutColorSpace as string
- AVFoundationMBS.AVMediaCharacteristicVoiceOverTranslation as string
- AVFoundationMBS.AVMediaTypeDepthData as string
- AVFoundationMBS.AVMediaTypeMetadataObject as string
- AVFoundationMBS.AVStreamingKeyDeliveryContentKeyType as string
- AVFoundationMBS.AVStreamingKeyDeliveryPersistentContentKeyType as string
- AVMetadataObjectMBS.AVMetadataObjectTypeAztecCode as string
- AVMetadataObjectMBS.AVMetadataObjectTypeCatBody as string
- AVMetadataObjectMBS.AVMetadataObjectTypeCode128Code as string
- AVMetadataObjectMBS.AVMetadataObjectTypeCode39Code as string
- AVMetadataObjectMBS.AVMetadataObjectTypeCode39Mod43Code as string
- AVMetadataObjectMBS.AVMetadataObjectTypeCode93Code as string
- AVMetadataObjectMBS.AVMetadataObjectTypeDataMatrixCode as string
- AVMetadataObjectMBS.AVMetadataObjectTypeDogBody as string
- AVMetadataObjectMBS.AVMetadataObjectTypeEAN13Code as string
- AVMetadataObjectMBS.AVMetadataObjectTypeEAN8Code as string
- AVMetadataObjectMBS.AVMetadataObjectTypeFace as string
- AVMetadataObjectMBS.AVMetadataObjectTypeHumanBody as string
- AVMetadataObjectMBS.AVMetadataObjectTypeInterleaved2of5Code as string
- AVMetadataObjectMBS.AVMetadataObjectTypeITF14Code as string
- AVMetadataObjectMBS.AVMetadataObjectTypePDF417Code as string
- AVMetadataObjectMBS.AVMetadataObjectTypeQRCode as string
- AVMetadataObjectMBS.AVMetadataObjectTypeSalientObject as string
- AVMetadataObjectMBS.AVMetadataObjectTypeUPCECode as string
- AVMetadataObjectMBS.corners as Dictionary()
- CDAxisMBS.syncScale(axis as CDAxisMBS = nil, slope as double = 1.0, intercept as double = 0.0)
- CDBaseChartMBS.patternColor(path as string, startX as integer = 0, startY as integer = 0) as integer
- CDBaseChartMBS.xySize(x as Integer, y as Integer) as Integer
- CDColorAxisMBS.getColorScale as Double()
- CDContourLayerMBS.addCustomContour(z as double, contourColor as Integer, contourWidth as Integer, contourLabel as string, font as string = "normal", fontsize as double = 12, fontColor as integer = &hffff0002) as CDMarkMBS
- CDContourLayerMBS.getCrossSection(x0 as Integer, y0 as Integer, x1 as Integer, y1 as Integer) as Double()
- CDContourLayerMBS.getZAtPixel(x as Integer, y as Integer) as Double
- CDContourLayerMBS.getZAtValue(x as double, y as double) as Double
- CDContourLayerMBS.setContourLabelFormat(formatString as string)
- CDContourLayerMBS.setContourLabelSpacing(labelSpacing as Integer, minContourLen as Integer)
- CDContourLayerMBS.setContourLabelStyle(font as string = "normal", fontsize as double = 12, fontColor as integer = &hffff0002) as CDTextBoxMBS
- CDDrawAreaMBS.angleGradientColor(cx as double, cy as double, a1 as double, a2 as double, r1 as double, r2 as double, c() as integer) as integer
- CDDrawAreaMBS.polyShape(xy() as integer, edgeColor as color, fillColor as color)
- CDDrawAreaMBS.polyShape(xy() as integer, edgeColor as Integer, fillColor as Integer)
- CDLegendBoxMBS.addText(pos as Integer, text as string)
- CDLegendBoxMBS.addText(text as string)
- CDPolarChartMBS.addLineLayer(dates() as dateTime, colorvalue as color, name as string = "") as CDPolarLineLayerMBS
- CDPolarChartMBS.addLineLayer(dates() as dateTime, colorvalue as integer = -1, name as string = "") as CDPolarLineLayerMBS
- CDRanSeriesMBS.fillDateSeries(Values() as Double, startTime as double, tickInc as double, weekDayOnly as Boolean = false)
- CDRanSeriesMBS.fillSeries(Values() as Double, minValue as double, maxValue as double)
- CDRanSeriesMBS.fillSeries(Values() as Double, startValue as double, minDelta as double, maxDelta as double, lowerLimit as double = -1E+308, upperLimit as double = 1E+308)
- CDSurfaceChartMBS.addSurfaceLine(x() as double, y() as double, colorValue as Integer, lineWidth as Integer = -1, side as Integer = 0)
- CDSurfaceChartMBS.addSurfaceLine(x1 as double, y1 as double, x2 as double, y2 as double, colorValue as Integer, lineWidth as Integer = -1, side as Integer = 0)
- CDSurfaceChartMBS.addSurfaceZone(x1 as double, y1 as double, x2 as double, y2 as double, fillColor as Integer, edgeColor as Integer = &hff000000, edgeWidth as Integer = 1)
- CDSurfaceChartMBS.addXYProjection(offset as Integer = 0)
- CDSurfaceChartMBS.getValuesAtPixel(x as Integer, y as Integer) as Double()
- CDSurfaceChartMBS.setData(xData() as double, yData() as double, zData() as double, wData() as double)
- CDSurfaceChartMBS.setInterpolation(xSamples as Integer, ySamples as Integer, isSmooth as Boolean, isColorSmooth as Boolean)
- CDSurfaceChartMBS.setSurfaceTexture(patternColor as color)
- CDSurfaceChartMBS.setSurfaceTexture(patternColor as integer)
- CDSurfaceChartMBS.setWContourColor(wContourColor as color, wMinorContourColor as color)
- CDSurfaceChartMBS.setWContourColor(wContourColor as integer, wMinorContourColor as Integer = -1)
- CDThreeDChartMBS.getElevationAngle as double
- CDThreeDChartMBS.getPlotRegionDepth as integer
- CDThreeDChartMBS.getPlotRegionHeight as integer
- CDThreeDChartMBS.getPlotRegionWidth as integer
- CDThreeDChartMBS.getRotationAngle as double
- CDViewPortManagerMBS.getZoomXYRatio as double
- CDViewPortManagerMBS.setKeepAspectRatio(value as boolean)
- CDXYChartMBS.addDiscreteHeatMapLayer(xGrid() as double, yGrid() as Double, zData() as Double) as CDDiscreteHeatMapLayerMBS
- CDXYChartMBS.addDiscreteHeatMapLayer(zData() as Double, xCount as Integer) as CDDiscreteHeatMapLayerMBS
- CDXYChartMBS.addLineLayer(fastDB as CDDataAcceleratorMBS, seriesId as string, color as integer = -1, name as string = "") as CDLineLayerMBS
- CDXYChartMBS.xScaleColor(scale() as double) as Integer
- CDXYChartMBS.yScaleColor(scale() as double, yAxis as CDAxisMBS = nil) as Integer
- CIImageMBS.scaleTo(width as Integer, height as Integer) as CIImageMBS
- CKAcceptSharesOperationMBS.Destructor
- CKContainerMBS.Constructor(Container as CKContainerMBS)
- CKDatabaseMBS.Constructor(Database as CKDatabaseMBS)
- CKDiscoverAllContactsOperationMBS.Destructor
- CKDiscoverAllUserIdentitiesOperationMBS.Destructor
- CKDiscoverUserIdentitiesOperationMBS.Destructor
- CKDiscoverUserInfosOperationMBS.Destructor
- CKFetchDatabaseChangesOperationMBS.Destructor
- CKFetchNotificationChangesOperationMBS.Destructor
- CKFetchRecordChangesOperationMBS.Destructor
- CKFetchRecordsOperationMBS.Destructor
- CKFetchRecordZoneChangesOperationMBS.Destructor
- CKFetchRecordZonesOperationMBS.Destructor
- CKFetchShareMetadataOperationMBS.Destructor
- CKFetchShareParticipantsOperationMBS.Destructor
- CKFetchSubscriptionsOperationMBS.Destructor
- CKFetchWebAuthTokenOperationMBS.Destructor
- CKMarkNotificationsReadOperationMBS.Destructor
- CKModifyBadgeOperationMBS.Destructor
- CKModifyRecordsOperationMBS.Destructor
- CKModifyRecordZonesOperationMBS.Destructor
- CKModifySubscriptionsOperationMBS.Destructor
- CKOperationMBS.Destructor
- CKQueryOperationMBS.Destructor
- CKRecordMBS.archive(byref error as NSErrorMBS) as MemoryBlock
- CKRecordMBS.Constructor(Coder as NSCoderMBS)
- CKRecordMBS.encodeSystemFieldsWithCoder(Coder as NSCoderMBS)
- CKRecordMBS.encodeWithCoder(Coder as NSCoderMBS)
- CKRecordMBS.Unarchive(Data as MemoryBlock, byref error as NSErrorMBS) as CKRecordMBS
- CKServerChangeTokenMBS.Archive(byref error as NSErrorMBS) as MemoryBlock
- CKServerChangeTokenMBS.Unarchive(Data as MemoryBlock, byref error as NSErrorMBS) as CKServerChangeTokenMBS
- CURLMBS.GetInfoReferer as string
- CURLNMBS.GetInfoReferer as string
- CURLSMBS.GetInfoReferer as string
- DynaPDFMBS.ChangeFontEx(Handle as integer, FontSize as double, Style as Integer) as Boolean
- HIDAPIDeviceMBS.GetInputReport(ReportID as Integer, MaxLength as Integer) as MemoryBlock
- HIDAPIDeviceMBS.VersionString as String
- InternalSQLiteLibraryMBS.LoadICU as Boolean
- JavaScriptEngineMBS.InitModules
- NSKeyedArchiverMBS.Constructor(RequiringSecureCoding as Boolean)
- NSSharingServiceMBS.attachmentFileURLs as String()
- NSSharingServiceMBS.recipients as String()
- NSSharingServiceMBS.setRecipients(recipients() as String)
- NSToolbarItemMBS.NSToolbarCloudSharingItemIdentifier as string
- NSToolbarItemMBS.NSToolbarSidebarTrackingSeparatorItemIdentifier as string
- NSToolbarItemMBS.NSToolbarToggleSidebarItemIdentifier as string
- NSURLMBS.NSURLUbiquitousItemIsSharedKey as string
- NSURLMBS.NSURLUbiquitousSharedItemCurrentUserPermissionsKey as string
- NSURLMBS.NSURLUbiquitousSharedItemCurrentUserRoleKey as string
- NSURLMBS.NSURLUbiquitousSharedItemMostRecentEditorNameComponentsKey as string
- NSURLMBS.NSURLUbiquitousSharedItemOwnerNameComponentsKey as string
- NSURLMBS.NSURLUbiquitousSharedItemPermissionsReadOnly as string
- NSURLMBS.NSURLUbiquitousSharedItemPermissionsReadWrite as string
- NSURLMBS.NSURLUbiquitousSharedItemRoleOwner as string
- NSURLMBS.NSURLUbiquitousSharedItemRoleParticipant as string
- NSURLMBS.NSURLVolumeAvailableCapacityForImportantUsageKey as string
- NSURLMBS.NSURLVolumeAvailableCapacityForOpportunisticUsageKey as string
- NSURLMBS.NSURLVolumeIsEncryptedKey as string
- NSURLMBS.NSURLVolumeIsRootFileSystemKey as string
- NSURLMBS.NSURLVolumeSupportsAccessPermissionsKey as string
- NSURLMBS.NSURLVolumeSupportsCompressionKey as string
- NSURLMBS.NSURLVolumeSupportsExclusiveRenamingKey as string
- NSURLMBS.NSURLVolumeSupportsFileCloningKey as string
- NSURLMBS.NSURLVolumeSupportsFileProtectionKey as string
- NSURLMBS.NSURLVolumeSupportsImmutableFilesKey as string
- NSURLMBS.NSURLVolumeSupportsSwapRenamingKey as string
- RemoteControlMBS.WinMouseClick(x as integer, y as integer, AbsolutePosition as boolean, MouseButton1 as Integer, MouseButton2 as Integer, MouseButton3 as Integer) as boolean
- SQLDateTimeMBS.Constructor(StringValue as String)
- XLSheetMBS.CopyCellValue(dest as XLSheetMBS, SourceRow as Integer, DestRow as Integer, SourceColumn as Integer, DestColumn as Integer, Options as XLCopyOptionsMBS = nil)
New class properties in version 21.2:
- AVMetadataObjectMBS.barcodeDescriptor as Variant
- AVMetadataObjectMBS.bodyID as Integer
- AVMetadataObjectMBS.Bounds as CGRectMBS
- AVMetadataObjectMBS.Duration as CMTimeMBS
- AVMetadataObjectMBS.faceID as Integer
- AVMetadataObjectMBS.hasRollAngle as Boolean
- AVMetadataObjectMBS.hasYawAngle as Boolean
- AVMetadataObjectMBS.objectID as Integer
- AVMetadataObjectMBS.rollAngle as Double
- AVMetadataObjectMBS.stringValue as String
- AVMetadataObjectMBS.Time as CMTimeMBS
- AVMetadataObjectMBS.Type as String
- AVMetadataObjectMBS.yawAngle as Double
- CDBaseChartMBS.Handle as Integer
- CDBaseChartMBS.Resources as Dictionary
- CDDrawAreaMBS.Handle as Integer
- CDDrawAreaMBS.Resources as Dictionary
- CURLMBS.OptionDOHSSLVerifyHost as Integer
- CURLMBS.OptionDOHSSLVerifyPeer as Integer
- CURLMBS.OptionDOHSSLVerifyStatus as Integer
- CURLNMBS.OptionDOHSSLVerifyHost as Integer
- CURLNMBS.OptionDOHSSLVerifyPeer as Integer
- CURLNMBS.OptionDOHSSLVerifyStatus as Integer
- CURLSMBS.OptionDOHSSLVerifyHost as Integer
- CURLSMBS.OptionDOHSSLVerifyPeer as Integer
- CURLSMBS.OptionDOHSSLVerifyStatus as Integer
- DynaPDFFontMetricsMBS.TypoAscender as Single
- DynaPDFFontMetricsMBS.TypoLeading as Single
- InternalSQLiteLibraryMBS.ICUEnabled as Boolean
- InternalSQLiteLibraryMBS.ICULoaded as Boolean
- InternalSQLiteLibraryMBS.ICUUsed as Boolean
- NSSharingServiceMBS.accountName as String
- NSSharingServiceMBS.menuItemTitle as String
- NSSharingServiceMBS.messageBody as String
- NSSharingServiceMBS.permanentLink as String
- NSSharingServiceMBS.subject as String
- NSToolbarItemMBS.Bordered as Boolean
- NSToolbarItemMBS.Navigational as Boolean
- NSToolbarItemMBS.Title as String
- NSToolbarMBS.allowsExtensionItems as Boolean
- NSToolbarMBS.centeredItemIdentifier as String
- NSVisualEffectViewMBS.Emphasized as Boolean
667 new items including 18 new classes 143 new methods one new event 42 new properties for existing classes and 0 new global methods.
