Platforms to show: All Mac Windows Linux Cross-Platform
The global functions by category:
- Appearance Manager
- CurrentAppearanceThemeMBS as string
- Base 64
- DecodeBase64MBS(s as string) as string
- EncodeBase64MBS(s as string, breakposition as integer = 0, breakstring as string = "") as string
- Base64
- DecodeBase64URLMBS(s as string) as string
- EncodeBase64URLMBS(s as string, breakposition as integer = 0, breakstring as string = "") as string
- uuDecodeMBS(data as string, byref name as string, byref mode as Integer) as string
- uuEncodeMBS(data as string, name as string, mode as Integer = &o755) as string
- BitRotate
- BitRotateMBS(Degree as Integer, InputData as Ptr, OutputData as Ptr, Width as Integer, Height as Integer, InputRowBytes as Integer = -1, OutputRowBytes as Integer = -1) as boolean
- BMP
- BMPStringtoPictureMBS(data as string) as picture
- BZip
- CompressBZip2MBS(buf as string,level as Integer) as string
- DecompressBZip2MBS(buf as string,size as Integer) as string
- Calc
- CalculateCRC16MemoryMBS(data as MemoryBlock, Start as UInt16 = 65535, Polynomial as UInt16 = &h1021, FinalXOR as UInt16 = 0, ReflectInput as boolean = false, ReflectOutput as boolean = false) as UInt16
- CalculateCRC16StringMBS(data as string, Start as UInt16 = 65535, Polynomial as UInt16 = &h1021, FinalXOR as UInt16 = 0, ReflectInput as boolean = false, ReflectOutput as boolean = false) as UInt16
- Calls
- CallMethodLaterMBS(target as object, name as string, afterDelay as Double) as boolean
- CallMethodLaterMBS(target as object, name as string, afterDelay as Double, value1 as Variant) as boolean
- CallMethodLaterMBS(target as object, name as string, afterDelay as Double, value1 as Variant, value2 as Variant) as boolean
- CallMethodLaterMBS(target as object, name as string, afterDelay as Double, value1 as Variant, value2 as Variant, value3 as Variant) as boolean
- CallMethodMBS(target as object, name as string) as boolean
- CallMethodMBS(target as object, name as string, value1 as Variant) as boolean
- CallMethodMBS(target as object, name as string, value1 as Variant, value2 as Variant) as boolean
- CallMethodMBS(target as object, name as string, value1 as Variant, value2 as Variant, value3 as Variant) as boolean
- CallMethodOnMainThreadMBS(target as object, name as string) as boolean
- CallMethodOnMainThreadMBS(target as object, name as string, value1 as Variant) as boolean
- CallMethodOnMainThreadMBS(target as object, name as string, value1 as Variant, value2 as Variant) as boolean
- CallMethodOnMainThreadMBS(target as object, name as string, value1 as Variant, value2 as Variant, value3 as Variant) as boolean
- Carbon Print Manager
- CC
- IsValidCreditCardNumberMBS(Number as String) as boolean
- CF
- NewCFObjectMBSFromXML(XMLdata as MemoryBlock) as CFObjectMBS
- NewCFObjectMBSFromXML(XMLdata as String) as CFObjectMBS
- NewCFStringMBS2(s as string) as CFStringMBS
- CFCharacterSet
- kCFCharacterSetMBSTypeID as Integer
- CFMT
- NewCFObjectMBSFromXMLMT(data as string) as CFObjectMBS
- NewCFObjectMBSFromXMLMT(file as folderitem) as CFObjectMBS
- NewCFObjectMBSFromXMLMT(XMLdata as CFBinaryDataMBS) as CFObjectMBS
- CFNetwork
- CFStreamCreatePairWithSocketMBS(TheSocket as CFSocketMBS, readstream as CFReadStreamMBS, writestream as CFWriteStreamMBS)
- CFStreamCreatePairWithSocketToHostMBS(host as CFStringMBS, port as Integer, readstream as CFReadStreamMBS, writestream as CFWriteStreamMBS)
- CG
- CGNewPDFDocumentMBS(file as folderitem, MediaBox as CGRectMBS, title as string, author as string, creator as string, subject as string, keywords as string, OwnerPassword as string, UserPassword as string, AllowsPrinting as boolean, AllowsCopy as boolean) as CGPDFContextMBS
- CGNewPDFDocumentMBS(file as folderitem, MediaBox as CGRectMBS, title as string, author as string, creator as string, subject as string, keywords as string, OwnerPassword as string, UserPassword as string, AllowsPrinting as boolean, AllowsCopy as boolean, KeyLength as Integer) as CGPDFContextMBS
- GetCurrentCGContextMBS as CGContextMBS
- CGBitmapContext
- CGBitmapContextCreateMBS(data as memoryblock, width as Integer, height as Integer, bitsPerComponent as Integer, bytesPerRow as Integer, colorspace as CGColorSpaceMBS, alphaInfo as Integer) as CGBitmapContextMBS
- CGDataProvider
- CGOpenPDFDocumentMBS(dataprovider as CGDataProviderMBS) as CGPDFDocumentMBS
- CGShading
- CGShadingCreateAxialMBS(colorspace as CGColorSpaceMBS, startPoint as CGPointMBS, endPoint as CGPointMBS, func as CGFunctionMBS, extendStart as boolean, extendEnd as boolean) as CGShadingMBS
- CGShadingCreateRadialMBS(colorspace as CGColorSpaceMBS, startPoint as CGPointMBS, startRadius as Double, endPoint as CGPointMBS, endRadius as Double, func as CGFunctionMBS, extendStart as boolean, extendEnd as boolean) as CGShadingMBS
- ColorManagament
- GetWindowsColorProfileMBS as folderitem
- GetWindowsDisplayColorProfileMBS(DisplayIndex as Integer) as folderitem
- GetWindowsDisplayColorProfileMBS(DisplayName as String) as folderitem
- Common Types
- MakeDoublePointMBS(x as Double, y as Double) as DoublePointMBS
- MakeDoubleRectMBS(left as Double, top as Double, width as Double, height as Double) as DoubleRectMBS
- MakeIntegerPointMBS(x as Integer, y as Integer) as IntegerPointMBS
- MakeIntegerRectMBS(left as Integer, top as Integer, width as Integer, height as Integer) as IntegerRectMBS
- CompareNumbers
- CompareNumbersMBS(v1 as Variant, v2 as Variant) as Integer
- Compression
- Adler32MemoryMBS(adler as UInt32, Buffer as memoryblock, offset as Integer, length as Integer) as UInt32
- Adler32StringMBS(adler as UInt32, Buffer as string) as UInt32
- CompressZLibMBS(Buffer as string, level as Integer = 9) as string
- CompressZLibMBS(Buffer as string, level as Integer, byref error as Integer) as string
- CRC32MemoryMBS(crc as UInt32, Buffer as memoryblock, offset as Integer, length as Integer) as UInt32
- CRC32StringMBS(crc as UInt32, Buffer as string) as UInt32
- DecompressZLibMBS(Buffer as string, size as Integer = 0) as string
- DecompressZLibMBS(Buffer as string, size as Integer, byref error as Integer) as string
- CompressionLZW
- CompressLZWMBS(buf as string) as string
- DecompressLZWMBS(buf as string, size as Integer) as string
- ConsoleLaunch
- ConsoleExecuteMBS(path as folderitem, arguments() as string, environment() as string) as Integer
- ConsoleExecuteMBS(path as string, arguments() as string, environment() as string) as Integer
- ControlsThread
- ShowModalWithinThreadSafeMBS(extends theMessageDialog as MessageDialog, parent as DesktopWindow)
- CoreFoundation
- CFShowCFStringMBS(cfstring as CFStringMBS)
- CFShowMBS(cfobject as CFObjectMBS)
- CreateBundleMBS(file as folderitem) as CFBundleMBS
- CreateBundleMBS(url as CFURLMBS) as CFBundleMBS
- CreateBundlesFromDirectoryMBS(url as CFURLMBS, type as CFStringMBS) as CFArrayMBS
- CreateCFTimeZoneMBS(name as CFStringMBS, data as CFBinaryDataMBS) as CFTimeZoneMBS
- CreateCFTimeZoneMBSwithName(name as CFStringMBS, TryAbbrev as boolean) as CFTimeZoneMBS
- CreateCFTimeZoneMBSwithTimeIntervalFromGMT(time as CFTimeIntervalMBS) as CFTimeZoneMBS
- CreateStringByAddingPercentEscapesMBS(original as CFStringMBS,charactersToLeaveEscaped as CFStringMBS,legalURLCharactersToBeEscaped as CFStringMBS,encoding as Integer) as CFStringMBS
- CreateStringByReplacingPercentEscapesMBS(original as CFStringMBS,charactersToLeaveEscaped as CFStringMBS) as CFStringMBS
- CurrentCFAbsoluteTimeMBS as CFAbsoluteTimeMBS
- GetAllBundlesMBS as CFArrayMBS
- GetBundleWithIdentifierMBS(id as CFStringMBS) as CFBundleMBS
- GetDefaultCFTimeZoneMBS as CFTimeZoneMBS
- kCFArrayMBSTypeID as Integer
- kCFBagMBSTypeID as Integer
- kCFBinaryDataMBSTypeID as Integer
- kCFBooleanMBSTypeID as Integer
- kCFBundleMBSTypeID as Integer
- kCFDateMBSTypeID as Integer
- kCFDictionaryMBSTypeID as Integer
- kCFNumberMBSNaN as CFNumberMBS
- kCFNumberMBSNegativeInfinity as CFNumberMBS
- kCFNumberMBSPositiveInfinity as CFNumberMBS
- kCFNumberMBSTypeID as Integer
- kCFSetMBSTypeID as Integer
- kCFStringMBSTypeID as Integer
- kCFTimeZoneMBSTypeID as Integer
- kCFURLMBSTypeID as Integer
- KnownTimeZoneNamesAsCFArrayMBS as CFArrayMBS
- MacShowAboutBoxMBS(options as CFDictionaryMBS) as Integer
- NewCFAbsoluteTimeMBS(time as Double) as CFAbsoluteTimeMBS
- NewCFBinaryDataMBSMem(mem as memoryblock,len as Integer) as CFBinaryDataMBS
- NewCFBinaryDataMBSStr(s as string) as CFBinaryDataMBS
- NewCFBooleanMBS(value as boolean) as CFBooleanMBS
- NewCFDateMBS as CFDateMBS
- NewCFMutableArrayMBS as CFMutableArrayMBS
- NewCFMutableBagMBS as CFMutableBagMBS
- NewCFMutableBinaryDataMBSMem(len as Integer) as CFMutableBinaryDataMBS
- NewCFMutableDictionaryMBS as CFMutableDictionaryMBS
- NewCFMutableSetMBS as CFMutableSetMBS
- NewCFNumberMBSDouble(doubleValue as Double) as CFNumberMBS
- NewCFNumberMBSInteger(integerValue as Integer) as CFNumberMBS
- NewCFNumberMBSSingle(singleValue as single) as CFNumberMBS
- NewCFObjectMBS(handle as Integer) as CFObjectMBS
- NewCFObjectMBSFromXML(XMLdata as CFBinaryDataMBS) as CFObjectMBS
- NewCFStringMBS(s as string) as CFStringMBS
- NewCFTimeIntervalMBS(time as Double) as CFTimeIntervalMBS
- NewCFURLMBSCFStringMBS(cfstr as CFStringMBS, baseurl as CFURLMBS) as CFURLMBS
- NewCFURLMBSFile(f as folderitem) as CFURLMBS
- NewCFURLMBSHFSPath(cfstr as CFStringMBS,directory as boolean) as CFURLMBS
- NewCFURLMBSMem(mem as memoryblock,len as Integer,encoding as Integer,baseurl as CFURLMBS) as CFURLMBS
- NewCFURLMBSPosixPath(cfstr as CFStringMBS,directory as boolean) as CFURLMBS
- NewCFURLMBSStr(str as string, baseurl as CFURLMBS) as CFURLMBS
- NewCFURLMBSWindowsPath(cfstr as CFStringMBS,directory as boolean) as CFURLMBS
- SetDefaultCFTimeZoneMBS(timezone as CFTimeZoneMBS)
- SystemCFTimeZoneMBS as CFTimeZoneMBS
- TypeIDDescriptionMBS(TypeID as Integer) as CFStringMBS
- CoreGraphics
- CGCreateImageFromJPEGDataProviderMBS(dataprovider as Variant, decode as memoryblock, shouldInterpolate as boolean, intent as Integer) as CGImageMBS
- CGCreateImageFromPNGDataProviderMBS(dataprovider as Variant, decode as memoryblock, shouldInterpolate as boolean, intent as Integer) as CGImageMBS
- CGCreateImageMBS(pic as picture) as CGImageMBS
- CGCreateImageMBS(pic as picture, mask as picture) as CGImageMBS
- CGMakePointMBS(x as Double, y as Double) as CGPointMBS
- CGMakeRectMBS(left as Double, top as Double, width as Double, height as Double) as CGRectMBS
- CGMakeSizeMBS(width as Double, height as Double) as CGSizeMBS
- CGNewPDFDocumentMBS(consumer as CGDataConsumerMBS, MediaBox as CGRectMBS, title as string, author as string, creator as string) as CGPDFContextMBS
- Crash
- CRC
- CRC16MBS(data as string) as UInt16
- CRC_32InMemContMBS(address as Ptr, length as Integer, prevCRC as UInt32) as UInt32
- CRC_32InMemMBS(address as Ptr, length as Integer) as UInt32
- CRC_32OfStrContMBS(s as String, prevCRC as UInt32) as UInt32
- CRC_32OfStrMBS(s as String) as UInt32
- CRC_CCITTInMemContMBS(address as Ptr, length as Integer, prevCRC as UInt32) as UInt32
- CRC_CCITTInMemMBS(address as Ptr, length as Integer) as UInt32
- CRC_CCITTOfStrContMBS(s as String, prevCRC as UInt32) as UInt32
- CRC_CCITTOfStrMBS(s as String) as UInt32
- CRC_DillonInMemMBS(bitWidth as Integer, address as Ptr, length as Integer) as String
- CRC_DillonOfStrMBS(bitWidth as Integer, s as String) as String
- CRC_DillonUInt64InMemMBS(bitWidth as Integer, address as Ptr, length as Integer) as UInt64
- CRC_DillonUInt64OfStrMBS(bitWidth as Integer, s as String) as UInt64
- GetHash32MBS(s as string) as UInt32
- ModBusCalculateRTUMessageCRCMBS(data as string) as UInt16
- DarwinVMStatisticsMBS
- DateDifference
- DifferenceMBS(extends StartDate as date, EndDate as date) as DateDifferenceMBS
- DifferenceMBS(extends StartDate as dateTime, EndDate as dateTime) as DateDifferenceMBS
- Delay
- DesktopPicture
- SetDesktopPictureMBS(file as folderitem) as Integer
- DisplayMBS
- DisplayCountMBS as Integer
- GetDisplayMBS(num as Integer) As DisplayMBS
- E5
- MD5MBS(data as memoryblock) as string
- MD5StringMBS(data as memoryblock) as string
- Eject
- WindowsEjectVolumeMBS(driveLetter as string, byref status as Integer) as boolean
- Endian
- EndianS16_BtoLMBS(n as Int16) as Int16
- EndianS16_BtoNMBS(n as Int16) as Int16
- EndianS16_LtoBMBS(n as Int16) as Int16
- EndianS16_LtoNMBS(n as Int16) as Int16
- EndianS16_NtoBMBS(n as Int16) as Int16
- EndianS16_NtoLMBS(n as Int16) as Int16
- EndianS32_BtoLMBS(n as Int32) as Int32
- EndianS32_BtoNMBS(n as Int32) as Int32
- EndianS32_LtoBMBS(n as Int32) as Int32
- EndianS32_LtoNMBS(n as Int32) as Int32
- EndianS32_NtoBMBS(n as Int32) as Int32
- EndianS32_NtoLMBS(n as Int32) as Int32
- EndianSwap16MBS(n as UInt16) as UInt16
- EndianSwap32MBS(n as UInt32) as UInt32
- EndianU16_BtoLMBS(n as UInt16) as UInt16
- EndianU16_BtoNMBS(n as UInt16) as UInt16
- EndianU16_LtoBMBS(n as UInt16) as UInt16
- EndianU16_LtoNMBS(n as UInt16) as UInt16
- EndianU16_NtoBMBS(n as UInt16) as UInt16
- EndianU16_NtoLMBS(n as UInt16) as UInt16
- EndianU32_BtoLMBS(n as UInt32) as UInt32
- EndianU32_BtoNMBS(n as UInt32) as UInt32
- EndianU32_LtoBMBS(n as UInt32) as UInt32
- EndianU32_LtoNMBS(n as UInt32) as UInt32
- EndianU32_NtoBMBS(n as UInt32) as UInt32
- EndianU32_NtoLMBS(n as UInt32) as UInt32
- ExceptionHandler
- InstallSystemExceptionHandlerMBS(Message as string = "")
- ExchangeFiles
- ExchangeFilesMBS(first as folderitem, second as folderitem) as Integer
- Exit
- FFT
- FFTDoubleAbsMBS(x as MemoryBlock, N as Integer = -1) as Double()
- FFTDoubleAbsMBS(x() as ComplexDoubleMBS, N as Integer = -1) as Double()
- FFTDoubleAbsMBS(x() as Double, N as Integer = -1) as Double()
- FFTDoubleMBS(x() as ComplexDoubleMBS, N as Integer = -1) as ComplexDoubleMBS()
- FFTDoubleMBS(x() as Double, N as Integer = -1) as ComplexDoubleMBS()
- FFTSingleAbsMBS(x as MemoryBlock, N as Integer = -1) as single()
- FFTSingleAbsMBS(x() as ComplexSingleMBS, N as Integer = -1) as single()
- FFTSingleAbsMBS(x() as single, N as Integer = -1) as single()
- FFTSingleMBS(x() as ComplexSingleMBS, N as Integer = -1) as ComplexSingleMBS()
- FFTSingleMBS(x() as single, N as Integer = -1) as ComplexSingleMBS()
- FolderItem
- CGNewPDFDocumentMBS(file as folderitem, MediaBox as CGRectMBS, title as string, author as string, creator as string) as CGPDFContextMBS
- CGOpenPDFDocumentMBS(file as folderitem) as CGPDFDocumentMBS
- FolderItemToPathMBS(file as folderitem) as string
- NewFolderItemMBS(vRefNum as Integer, parID as Integer, name as String) as FolderItem
- NewVolumeFolderItemMBS(vRefNum as Integer) as FolderItem
- PathToFolderItemMBS(path as string) as folderitem
- VolResolveIDMBS(volume as FolderItem, id as Integer) as FolderItem
- VolResolveIDMBS(vRefNum as Integer, id as Integer) as FolderItem
- GIF
- GifStringToGifMBS(data as string) as GIFMBS
- GifStringToPictureMBS(data as string) as Picture
- HIcon
- HIconFromFileMBS(IconFile as FolderItem, IconID as Integer) as Integer
- HIconFromPicturesMBS(Icon as picture, Mask as picture) as Integer
- Instr
- InStrByteRangeMBS(target as string, find as string, StartValue as Integer, EndValue as Integer) as Integer
- InStrByteRangeMBS(target as string, find as string, StartValue as Integer, EndValue as Integer, StartValue2 as Integer, EndValue2 as Integer) as Integer
- InStrByteRangeMBS(target as string, find as string, StartValue as Integer, EndValue as Integer, StartValue2 as Integer, EndValue2 as Integer, StartValue3 as Integer, EndValue3 as Integer) as Integer
- InStrByteRangeMBS(target as string, StartValue as Integer, EndValue as Integer) as Integer
- InStrByteRangeMBS(target as string, StartValue as Integer, EndValue as Integer, StartValue2 as Integer, EndValue2 as Integer) as Integer
- InStrByteRangeMBS(target as string, StartValue as Integer, EndValue as Integer, StartValue2 as Integer, EndValue2 as Integer, StartValue3 as Integer, EndValue3 as Integer) as Integer
- InStrBytesMBS(target as string, find as string) as Integer
- Locale
- CDblMBS(text as string, byref value as Double, locale as string = "") as boolean
- FormatDateMBS(format as string, value as date, locale as string = "") as string
- FormatDateTimeMBS(format as string, value as dateTime, locale as string = "") as string
- FormatMBS(format as string, value as Double, locale as string = "") as string
- ParseDateMBS(format as string, text as string, byref value as date, locale as string = "") as boolean
- ParseDateTimeMBS(format as string, text as string, byref value as dateTime, locale as string = "") as boolean
- MacOSX
- DisableScreenUpdatesMBS
- EnableScreenUpdatesMBS
- GlobalIdleTimeMBS as Double
- MacGlobalIdleTimeMBS as UInt64
- MacMountServerVolumeMBS(URL as string, MountDir as String, User as String, Password as String, byref Disk as FolderItem, flags as Integer) as Integer
- MacUnmountVolumeMBS(volume as folderItem, Force as Boolean, byref dissenter as Integer) as Integer
- NewFolderItemFromAbsolutePathMBS(AbsolutePath as string) as FolderItem
- StartDictationMBS
- Main
- AllObjectsOfClassMBS(ClassName as String) as Variant()
- ArrayDoubleMBS(paramArray values as Double) as Double()
- ArrayInt64MBS(paramArray values as Int64) as Int64()
- ArrayIntegerMBS(paramArray values as Integer) as Integer()
- ArrayIsAMBS(v as Variant, ClassName as string) as boolean
- ArrayStringMBS(paramArray values as String) as String()
- ArrayVariantMBS(paramArray values as Variant) as Variant()
- BacktraceMBS(MaxFrames as Integer = 0, skip as Integer = 2) as string()
- EncodingNameMBS(extends Text as string) as string
- GetArrayDataPointerMBS(v as variant) as Ptr
- GetDelegateParametersMBS(del as variant) as String
- GetDelegateTargetMBS(del as variant) as Variant
- GetDelegateWeakMBS(del as variant) as Boolean
- GetObjectMemoryAddressMBS(o as object) as integer
- GetObjectReferenceCountMBS(o as object) as integer
- GetStringMemoryAddressMBS(s as string) as integer
- GetStringReferenceCountMBS(s as string) as integer
- GetVariantArrayMBS(VariantContainingArray as Variant) as Variant()
- GetVariantArrayUboundMBS(v as Variant) as Integer
- GetVariantArrayValueMBS(v as Variant, index as Integer) as Variant
- GetVariantAsDictionaryArrayMBS(v as variant) as Dictionary()
- GetVariantTypeMBS(va as variant) as Integer
- MillisecondsMBS as Double
- ObjectIsAMBS(o as object, ClassName as string) as boolean
- SetCurrentWorkingDirectoryMBS(path as folderitem) as boolean
- SetVariantArrayValueMBS(v as Variant, index as Integer, value as Variant)
- ValidateUUIDMBS(UUID as string, mode as Integer = 0, requiredVersion as Integer = 0) as string
- VolumeFreeSizePathMBS(Path as String) as Int64
- VolumeSizePathMBS(Path as String) as Int64
- Math
- ACosHMBS(x as Double) as Double
- ACosMBS(x as Double) as Double
- ArithmeticShiftMBS(value as UInt64, count as Integer) as UInt64
- ASinHMBS(x as Double) as Double
- ASinMBS(x as Double) as Double
- ATan2MBS(x as Double, y as Double) as Double
- ATanHMBS(x as Double) as Double
- ATanMBS(x as Double) as Double
- BitClearMBS(value as UInt64, mask as UInt64) as UInt64
- BitCountMBS(value as UInt64) as Integer
- BitExclMBS(value as UInt64, bitNumber as Integer) as UInt64
- BitInclMBS(value as UInt64, bitNumber as Integer) as UInt64
- BitIsSetMBS(value as UInt64, bitNumber as Integer) as Boolean
- BitValMBS(bitNumber as Integer) as UInt64
- BitwiseDiffMBS(x as UInt64, y as UInt64) as UInt64
- BitwiseNAndMBS(x as UInt64, y as UInt64) as UInt64
- BitwiseNOrMBS(x as UInt64, y as UInt64) as UInt64
- BitwiseNotMBS(value as UInt64) as UInt64
- BitwiseRotateMBS(value as UInt64, count as Integer, offset as Integer, width as Integer) as UInt64
- ConvertFromFloat16MBS(Number as UInt16) as Single
- ConvertToFloat16MBS(Number as Single) as UInt16
- CosHMBS(x as Double) as Double
- CosMBS(x as Double) as Double
- CurrencyAddMBS(value1 as Currency, value2 as Currency) as Currency
- CurrencyDivMBS(value1 as Currency, value2 as Integer) as Currency
- CurrencyMulMBS(value1 as Currency, value2 as Integer) as Currency
- CurrencySubMBS(value1 as Currency, value2 as Currency) as Currency
- CurrencyValueMBS(value as string) as Currency
- DoubleToExtendedStrMBS(x as Double) as string
- Exp2MBS(x as Double) as Double
- ExpMBS(x as Double) as Double
- ExtendedStrToDoubleMBS(v as string) as Double
- FacMBS(x as Integer) as Double
- FloorMBS(x as Double) as Double
- FRExpMBS(inputx as Double, byref expValue as Integer) as Double
- HiWordMBS(i as Integer) as Integer
- HypotMBS(x as Double, y as Double) as Double
- IsFiniteMBS(x as Double) as boolean
- IsInfMBS(x as Double) as boolean
- IsNANMBS(x as Double) as boolean
- Log10MBS(x as Double) as Double
- Log2MBS(x as Double) as Double
- LogicalShiftMBS(value as UInt64, count as Integer) as UInt64
- LogMBS(x as Double) as Double
- LoWordMBS(i as Integer) as Integer
- NormInvMBS(p as Double, mu as double = 0.0, sigma as double = 1.0) as double
- PowMBS(x as Double, y as Double) as Double
- RandomExponentialDistributionMBS(lambda as Double) as double
- RandomNormalDistributionMBS(Mean as Double, StdDev as Double) as double
- RandomPoissonDistributionMBS(Mean as Integer) as Integer
- RoundMBS(x as Double, decimals as Integer = 0) as Double
- SinHMBS(x as Double) as Double
- SinMBS(x as Double) as Double
- SqrtMBS(x as Double, y as Double) as Double
- TanHMBS(x as Double) as Double
- TanMBS(x as Double) as Double
- MathInt64
- DoubleToInt64MBS(value as Double) as Int64
- DoubleToUInt64MBS(value as Double) as UInt64
- Int64ToDoubleMBS(value as Int64) as Double
- UInt64ToDoubleMBS(value as UInt64) as Double
- MBS CFSocket Plugin
- CFHTTPMessageCreateEmptyMBS(isRequest as boolean) as CFHTTPMessageMBS
- CFHTTPMessageCreateRequestMBS(requestMethod as CFStringMBS, url as CFURLMBS, httpVersion as CFStringMBS) as CFHTTPMessageMBS
- CFHTTPMessageCreateResponseMBS(statusCode as Integer, statusDescription as CFStringMBS, httpVersion as CFStringMBS) as CFHTTPMessageMBS
- kCFHostMBSGetTypeID as Integer
- kCFHTTPMessageMBSGetTypeID as Integer
- kCFReadStreamMBSGetTypeID as Integer
- kCFSocketMBSGetTypeID as Integer
- kCFWriteStreamMBSGetTypeID as Integer
- MBS Darwin Plugin
- MBS Encrypt Plugin
- MD5MBS(data as string) as string
- MD5StringMBS(data as string) as string
- MBS LaunchServices Plugin
- LaunchServicesAllHandlersForURLSchemeMBS(URLScheme as string) as LaunchServicesStringListMBS
- LaunchServicesAllRoleHandlersForContentTypeMBS(ContentType as string, role as Integer) as LaunchServicesStringListMBS
- LaunchServicesApplicationForInfoMBS(type as string, creator as string, extension as string, role as Integer) as folderitem
- LaunchServicesApplicationForItemMBS(file as folderitem, role as Integer) as folderitem
- LaunchServicesCanApplicationAcceptItemMBS(item as folderitem, targetapp as folderitem, role as Integer, flags as Integer) as boolean
- LaunchServicesDefaultHandlerForURLSchemeMBS(URLScheme as string) as string
- LaunchServicesDefaultRoleHandlerForContentTypeMBS(ContentType as string, role as Integer) as string
- LaunchServicesDisplayNameForCFURLMBS(cfurlhandle as Integer) as string
- LaunchServicesFindApplicationForInfoMBS(creator as string, bundleID as string, name as string) as folderitem
- LaunchServicesItemInfoForCFURLMBS(cfurlhandle as Integer, WhichInfo as Integer) as LaunchServicesItemInfoMBS
- LaunchServicesKindStringForCFURLMBS(cfurlhandle as Integer) as string
- LaunchServicesOpenMBS(item as folderitem) as folderitem
- LaunchServicesOpenXMBS(documents() as folderitem, parameter as LaunchServicesLaunchParameterMBS) as folderitem
- LaunchServicesSetDefaultHandlerForURLSchemeMBS(URLScheme as string, BundleID as string) as Integer
- LaunchServicesSetDefaultRoleHandlerForContentTypeMBS(ContentType as string, role as Integer, BundleID as string) as Integer
- MBS PictureEditor Plugin
- NewPictureReaderMBS(pic as picture) as PictureReaderMBS
- NewPictureWriterMBS(width as Integer, height as Integer, AlphaChannel as boolean = false) as PictureWriterMBS
- Memory
- NewMemoryBlockWithBytesMBS(Data as Ptr, size as Integer) as memoryblock
- Memoryblock
- CRC_DillonUInt64MBS(extends mem as memoryblock, bitWidth as Integer, offset as Integer, numBytes as Integer) as UInt64
- MemoryblockARGBtoPictureMBS(source as memoryblock, offset as Integer, width as Integer, height as Integer, LittleEndian as boolean) as picture
- MemoryblockRGBtoPictureMBS(source as memoryblock, offset as Integer, width as Integer, height as Integer) as picture
- NewMemoryBlockFromPtrMBS(ptr as Integer) as memoryblock
- MessageDialog
- ShowModalThreadSafeMBS(extends theMessageDialog as MessageDialog)
- ShowModalWithinThreadSafeMBS(extends theMessageDialog as MessageDialog, parent as window)
- MimeType
- FileExtensionToMimeTypeMBS(FileExtension as String) as string
- MimeTypeToFileExtensionMBS(MimeType as String) as string
- MonkeybreadLogo
- LogoMBS(size as Integer = 0, WithAlphaChannel as boolean = false) as Picture
- Mount
- MountMBS(URL as String, Dest as string = "", Username as String, Password as String, Interactive as boolean = false, Prompt as boolean = false, byref ErrorCode as Integer, Threaded as boolean = false) as String
- MountPathMBS(Path as String) as String
- MountPathMBS(Volume as FolderItem) as String
- UnmountMBS(Path as String, force as boolean = false) as Boolean
- UnmountMBS(Volume as FolderItem, force as boolean = false) as Boolean
- Mouse
- Network
- DNSAddressToNameIPv6MBS(HostAddress as string) as string
- DNSAddressToNameMBS(HostAddress as string) as string
- DNSNameToAddressIPv6MBS(HostName as string) as string
- DNSNameToAddressMBS(HostName as string) as string
- OptionReuseAddressMBS(extends s as SocketCore) as Boolean
- OptionReuseAddressMBS(extends s as SocketCore, assigns value as Boolean)
- OptionReusePortMBS(extends s as SocketCore) as Boolean
- OptionReusePortMBS(extends s as SocketCore, assigns value as Boolean)
- NetworkInterfaces
- VerifyEmailMBS(email as string, NetworkCheck as boolean) as Integer
- NSAccessibilityPatch
- NSBase
- NSLogMBS(message as string)
- NSStringArraySortMBS(texts() as string, options as Integer) as string()
- NSDragPatch
- InstallDragImageMBS
- SetNextDragImageMBS(Img as NSImageMBS, DragItemCount as Integer = 1)
- NSException
- NSStringCompareMBS(s as string, t as string, options as Integer) as Integer
- NSGeometry
- NSMakePointMBS(x as Double, y as Double) as NSPointMBS
- NSMakeRangeMBS(location as UInt32, length as UInt32) as NSRangeMBS
- NSMakeRectMBS(x as Double, y as Double, w as Double, h as Double) as NSRectMBS
- NSMakeSizeMBS(w as Double, h as Double) as NSSizeMBS
- NSWindowMBS
- CenterResizeAddWindowMBS(win as window)
- CenterResizeInstallMBS
- CenterResizeRemoveWindowMBS(win as window)
- OldPhidgets
- LoadPhidgetFrameworkMBS(framework as folderitem) as boolean
- LoadPhidgetLibraryMBS(file as folderitem) as boolean
- LoadPhidgetLibraryMBS(path as string) as boolean
- LoadPhidgetLinuxLibraryMBS(path as string) as boolean
- LoadPhidgetWindowsDLLMBS(dllpath as string) as boolean
- Picture
- BlendPicturesMBS(source as picture, sourcepercent as Double, dest as picture, destpercent as Double) as picture
- BlendPicturesWithMaskMBS(source as picture, dest as picture, mask as picture) as picture
- CombinePicturesMBS(red as picture, blue as picture, green as picture) as picture
- MergePictureMBS(source1 as picture, source2 as picture) as picture
- NewPictureWithColorMBS(width as Integer, height as Integer, c as color) as picture
- RenderSamplesMBS(Samples as memoryblock, SampleCount as Integer, Smooth as Integer, Width as Integer, Height as Integer, outlinewidth as Integer, BackColor as color=&c88B5C4, ForeColor as color=&c274C5A, OutLineColor as color=&c203F4E, Bits as Integer = 8, AutoScale as boolean = false) as Picture
- TintPictureMBS(source as picture, GreyBase as color, SepiaBase as color) as picture
- PictureBlend
- BlendPicturesMBS(result as picture, source as picture, sourcepercent as Double, dest as picture, destpercent as Double, x as Integer, y as Integer, width as Integer, height as Integer) as boolean
- BlendPicturesWithMaskMBS(result as picture, source as picture, dest as picture, mask as picture, x as Integer, y as Integer, width as Integer, height as Integer) as boolean
- BlendPicturesWithMaskWithBackgroundMBS(SourceImage As Picture, DestImage As Picture, Mask As Picture, Result As Picture, X as Integer, Y as Integer, Width as Integer, Height as Integer) as boolean
- BlendPicturesWithMaskWithBackgroundMBS(SourceImage As Picture, DestImage As Picture, Mask As Picture, Result As Picture, X as Integer, Y as Integer, Width as Integer, Height as Integer, BackgroundColour As Color) as boolean
- DiffPicturesMBS(source as picture, dest as picture, square as boolean) as picture
- PictureColorize
- ColorizePictureMBS(Pict As Picture, Mask As Picture, foreR as Double, foreG as Double, foreB as Double, foreA as Double, backR as Double, backG as Double, backB as Double, backA as Double) as boolean
- PictureCombine
- PictureCombineMBS(DestImage As Picture, Image As Picture, Mask As Picture, DestX as Integer, DestY as Integer, SourceX as Integer, SourceY as Integer, Width as Integer, Height as Integer, UseColours As Boolean) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, Mask As Picture, DestX as Integer, DestY as Integer, SourceX as Integer, SourceY as Integer, Width as Integer, Height as Integer, UseColours As Boolean, ForeColour As color) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, Mask As Picture, DestX as Integer, DestY as Integer, SourceX as Integer, SourceY as Integer, Width as Integer, Height as Integer, UseColours As Boolean, ForeColour As color, MaskColour As color) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, Mask As Picture, DestX as Integer, DestY as Integer, SourceX as Integer, SourceY as Integer, Width as Integer, Height as Integer, UseColours As Boolean, ForeColour as Integer) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, Mask As Picture, DestX as Integer, DestY as Integer, SourceX as Integer, SourceY as Integer, Width as Integer, Height as Integer, UseColours As Boolean, ForeColour as Integer, MaskColour as Integer) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX as Integer, DestY as Integer, SourceX as Integer, SourceY as Integer, Width as Integer, Height as Integer, UseColours As Boolean) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX as Integer, DestY as Integer, SourceX as Integer, SourceY as Integer, Width as Integer, Height as Integer, UseColours As Boolean, ForeColour As color) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX as Integer, DestY as Integer, SourceX as Integer, SourceY as Integer, Width as Integer, Height as Integer, UseColours As Boolean, ForeColour As color, MaskColour As color) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX as Integer, DestY as Integer, SourceX as Integer, SourceY as Integer, Width as Integer, Height as Integer, UseColours As Boolean, ForeColour as Integer) as boolean
- PictureCombineMBS(DestImage As Picture, Image As Picture, PreMultipliedSource as boolean, Mask As Picture, DestX as Integer, DestY as Integer, SourceX as Integer, SourceY as Integer, Width as Integer, Height as Integer, UseColours As Boolean, ForeColour as Integer, MaskColour as Integer) as boolean
- PictureCopyPixelFastMBS(DestImage As Picture, Source As Picture, DestX as Integer, DestY as Integer, SourceX as Integer, SourceY as Integer, Width as Integer, Height as Integer) as boolean
- PictureEditor
- NewPictureEditorMBS(pic as picture) as PictureEditorMBS
- NewPictureMBS(width as Integer, height as Integer, pixeltype as Integer, buffer as memoryblock, rowbytes as Integer) as picture
- NewPictureWriterMBS(pic as picture, width as Integer, height as Integer) as PictureWriterMBS
- PictureMB
- GetMBfromPictureMBS(pic as picture, mask as picture, mode as string) as memoryblock
- GetMBfromPictureMBS(pic as picture, mode as string) as memoryblock
- PictureMemory
- MemoryblockABGRtoPictureMBS(dest as picture, source as memoryblock, offset as Integer, width as Integer, height as Integer) as picture
- MemoryblockABGRtoPictureMBS(source as memoryblock, offset as Integer, width as Integer, height as Integer) as picture
- MemoryblockARGBtoPictureMBS(dest as picture, source as memoryblock, offset as Integer, width as Integer, height as Integer) as picture
- MemoryblockARGBtoPictureMBS(source as memoryblock, offset as Integer, width as Integer, height as Integer) as picture
- MemoryblockBGRAtoPictureMBS(dest as picture, source as memoryblock, offset as Integer, width as Integer, height as Integer) as picture
- MemoryblockBGRAtoPictureMBS(source as memoryblock, offset as Integer, width as Integer, height as Integer) as picture
- MemoryblockBGRtoPictureMBS(dest as picture, source as memoryblock, offset as Integer, width as Integer, height as Integer) as picture
- MemoryblockBGRtoPictureMBS(source as memoryblock, offset as Integer, width as Integer, height as Integer) as picture
- MemoryblockGrayToPictureMBS(source as memoryblock, offset as Integer, width as Integer, height as Integer, PixelByteSize as Integer) as picture
- MemoryblockGrayToPictureMBS(source as memoryblock, offset as Integer, width as Integer, height as Integer, PixelByteSize as Integer, Red as Integer, Blue as Integer, Green as Integer) as picture
- MemoryblockGrayToPictureMBS(source as memoryblock, offset as Integer, width as Integer, height as Integer, PixelByteSize as Integer, Red() as Integer, Blue() as Integer, Green() as Integer) as picture
- MemoryblockRGBAtoPictureMBS(dest as picture, source as memoryblock, offset as Integer, width as Integer, height as Integer, FlipVertically as boolean=false) as picture
- MemoryblockRGBAtoPictureMBS(source as memoryblock, offset as Integer, width as Integer, height as Integer, FlipVertically as boolean=false) as picture
- MemoryblockRGBtoPictureMBS(dest as picture, source as memoryblock, offset as Integer, width as Integer, height as Integer) as picture
- PictureMemoryPtr
- PtrABGRtoPictureMBS(dest as picture, source as Ptr, offset as Integer, width as Integer, height as Integer) as picture
- PtrABGRtoPictureMBS(source as Ptr, offset as Integer, width as Integer, height as Integer) as picture
- PtrARGBtoPictureMBS(dest as picture, source as Ptr, offset as Integer, width as Integer, height as Integer) as picture
- PtrARGBtoPictureMBS(source as Ptr, offset as Integer, width as Integer, height as Integer) as picture
- PtrARGBtoPictureMBS(source as Ptr, offset as Integer, width as Integer, height as Integer, LittleEndian as boolean) as picture
- PtrBGRAtoPictureMBS(dest as picture, source as Ptr, offset as Integer, width as Integer, height as Integer) as picture
- PtrBGRAtoPictureMBS(source as Ptr, offset as Integer, width as Integer, height as Integer) as picture
- PtrBGRtoPictureMBS(dest as picture, source as Ptr, offset as Integer, width as Integer, height as Integer) as picture
- PtrBGRtoPictureMBS(source as Ptr, offset as Integer, width as Integer, height as Integer) as picture
- PtrGrayToPictureMBS(source as Ptr, offset as Integer, width as Integer, height as Integer, PixelByteSize as Integer) as picture
- PtrGrayToPictureMBS(source as Ptr, offset as Integer, width as Integer, height as Integer, PixelByteSize as Integer, Red as Integer, Blue as Integer, Green as Integer) as picture
- PtrGrayToPictureMBS(source as Ptr, offset as Integer, width as Integer, height as Integer, PixelByteSize as Integer, Red() as Integer, Blue() as Integer, Green() as Integer) as picture
- PtrRGBAtoPictureMBS(dest as picture, source as Ptr, offset as Integer, width as Integer, height as Integer, FlipVertically as boolean=false) as picture
- PtrRGBAtoPictureMBS(source as Ptr, offset as Integer, width as Integer, height as Integer, FlipVertically as boolean=false) as picture
- PtrRGBtoPictureMBS(dest as picture, source as Ptr, offset as Integer, width as Integer, height as Integer) as picture
- PtrRGBtoPictureMBS(source as Ptr, offset as Integer, width as Integer, height as Integer) as picture
- PictureMT
- MandelbrotSetMBS(Threaded as Integer, width as Integer, height as Integer, fx as Double = 4.0, fy as Double = 4.0, dx as Double = -2.0, dy as Double = -2.0, dest as picture = nil) as picture
- PNG
- PictureToPNGStringMBS(pic as picture, gamma as single = 0.0) as string
- PictureToPNGStringMBS(pic as picture, gamma as single, Interlace as Boolean, FilterType as Integer) as string
- PictureToPNGStringMBS(pic as picture, mask as picture, gamma as single = 0.0) as string
- PictureToPNGStringMBS(pic as picture, mask as picture, gamma as single, Interlace as Boolean, FilterType as Integer) as string
- PNGStringToPictureMBS(data as string, gamma as single = 0.0, AllowDamaged as boolean = false) as picture
- PNGStringToPNGPictureMBS(data as string, gamma as single = 0.0, AllowDamaged as boolean = false) as PNGPictureMBS
- Process
- SetThreadNameMBS(name as string)
- ProcessMBS
- CountProcessesMBS as Integer
- QuartzCore
- NewCIColorMBS(red as single, green as single, blue as single, alpha as single=1.0) as CIColorMBS
- NewCIColorWithCGColorMBS(CGColor as Variant) as CIColorMBS
- NewCIColorWithStringMBS(s as String) as CIColorMBS
- NewCIContextMBS(cgcontext as CGContextMBS) as CIContextMBS
- NewCIContextMBS(cgcontext as CGContextMBS, OutputColorSpace as CGColorSpaceMBS, WorkingColorSpace as CGColorSpaceMBS, UseSoftwareRenderer as Boolean) as CIContextMBS
- NewCIImagewithBitmapDataMBS(data as memoryblock, BytesPerRow as Integer, Width as Integer, Height as Integer, Format as Integer, colorspace as CGColorSpaceMBS) as CIImageMBS
- NewCIImagewithBitmapMemoryMBS(data as memoryblock, DataLength as Integer, BytesPerRow as Integer, Width as Integer, Height as Integer, Format as Integer, colorspace as CGColorSpaceMBS) as CIImageMBS
- NewCIImagewithCGImageMBS(cgimage as CGImageMBS, cgcolorspace as CGColorSpaceMBS) as CIImageMBS
- NewCIImagewithCGImageMBS(cgimage as CGImageMBS, options as dictionary = nil) as CIImageMBS
- NewCIImagewithDataMBS(Data as memoryblock, cgcolorspace as CGColorSpaceMBS) as CIImageMBS
- NewCIImagewithDataMBS(Data as Memoryblock, Options as Dictionary = nil) as CIImageMBS
- NewCIImagewithFileMBS(file as folderitem) as CIImageMBS
- NewCIImagewithFileMBS(file as folderitem, cgcolorspace as CGColorSpaceMBS) as CIImageMBS
- NewCIImagewithURLMBS(url as String) as CIImageMBS
- NewCIImagewithURLMBS(url as String, cgcolorspace as CGColorSpaceMBS) as CIImageMBS
- NewCISamplerMBS(ciImage as CIImageMBS) as CISamplerMBS
- NewCISamplerMBS(ciImage as CIImageMBS, matrix as NSAffineTransformMBS, WrapMode as String, FilterMode as string) as CISamplerMBS
- NewCIVectorWithStringMBS(s as string) as CIVectorMBS
- NewCIVectorWithXMBS(x as Double) as CIVectorMBS
- NewCIVectorWithXYMBS(x as Double, y as Double) as CIVectorMBS
- NewCIVectorWithXYZMBS(x as Double, y as Double, z as Double) as CIVectorMBS
- NewCIVectorWithXYZWMBS(x as Double, y as Double, z as Double, w as Double) as CIVectorMBS
- RAMStreamMBS
- CreateRamStreamMBS(InitialSize as Integer = 0) as RamStreamMBS
- RecordClone
- BuildRecordSetMBS(fieldNames() as string, values() as string) as RecordSet
- BuildRowSetMBS(fieldNames() as string, values() as string) as RowSet
- CloneRecordSetMBS(rec as RecordSet) as RecordSet
- Register
- MBSPluginCompileDate as string
- MBSPluginCompileTime as string
- MBSPluginVersion as string
- RegisterMBSPlugin(name as string, product as string, enddate as Integer, serial as string) as boolean
- Registration
- SetRegistrationMessageMBS(ID as Integer, message as string)
- RemoveAccentsMBS
- RemoveAccentsMBS(text as string, IgnoreCase as boolean = false) as string
- ResolutionMBS
- Screenshot
- ScreenshotDisplayMBS(index as Integer) as picture
- ScreenshotFromStringMBS(Width as Integer, Height as Integer, RowBytes as Integer, data as string) as picture
- ScreenshotMBS as picture
- ScreenshotRectMBS(left as Integer, top as Integer, width as Integer, height as Integer) as picture
- ScreenshotStringDisplayMBS(byref Width as Integer, byref Height as Integer, byref RowBytes as Integer, index as Integer) as string
- ScreenshotStringMBS(byref Width as Integer, byref Height as Integer, byref RowBytes as Integer) as string
- Socket
- ClearOptionsMBS(extends s as SocketCore)
- OptionKeepAliveMBS(extends s as SocketCore) as Integer
- OptionKeepAliveMBS(extends s as SocketCore, assigns value as Integer)
- OptionMaximumSegmentSizeMBS(extends s as SocketCore) as Integer
- OptionMaximumSegmentSizeMBS(extends s as SocketCore, assigns value as Integer)
- OptionMutliCastTTLMBS(extends s as SocketCore) as Integer
- OptionMutliCastTTLMBS(extends s as SocketCore, assigns value as Integer)
- OptionReceiveBufferSizeMBS(extends s as SocketCore) as Integer
- OptionReceiveBufferSizeMBS(extends s as SocketCore, assigns value as Integer)
- OptionSendBufferSizeMBS(extends s as SocketCore) as Integer
- OptionSendBufferSizeMBS(extends s as SocketCore, assigns value as Integer)
- OptionTOSMBS(extends s as SocketCore) as Integer
- OptionTOSMBS(extends s as SocketCore, assigns value as Integer)
- OptionTTLMBS(extends s as SocketCore) as Integer
- OptionTTLMBS(extends s as SocketCore, assigns value as Integer)
- OptionTypeMBS(extends s as SocketCore) as Integer
- Sound
- GetSoundMuteMBS as boolean
- GetSoundVolumeLeftMBS as Double
- GetSoundVolumeMBS as Double
- GetSoundVolumeRightMBS as Double
- SetSoundMuteMBS(mute as boolean)
- SetSoundVolumeLeftMBS(percent as Double)
- SetSoundVolumeMBS(percent as Double)
- SetSoundVolumeRightMBS(percent as Double)
- SplitCSV
- SplitCommaSeparatedValuesMBS(text as string, delimiter as string = "", quote as string = "") as string()
- Spotlight
- SpotlightMBS(searchString as string) as Integer
- String-Picture
- JPEGStringToPictureMBS(buf as string) as picture
- JPEGStringToPictureMBS(buf as string,allowdamaged as Boolean) as picture
- PictureToJPEGStringMBS(pic as picture, quality as Integer = 80) as string
- String
- CheckUTF8MBS(data as ptr, size as Integer, Placeholder as string) as string
- CheckUTF8MBS(data as string, Placeholder as string) as string
- CheckUTF8MBS(mem as MemoryBlock, Placeholder as string) as string
- ClearStringContentMBS(s as String) as Boolean
- cloneMemoryBlockMBS(s as memoryblock) as memoryblock
- cloneMemoryBlockWithLengthMBS(s as memoryblock,len as Integer) as memoryblock
- cloneStringMBS(s as string) as string
- ConcatBinaryStringsMBS(a as string, b as string) as string
- ConcatBinaryStringsMBS(a as string, b as string, c as string) as string
- ConcatBinaryStringsMBS(a as string, b as string, c as string, d as string) as string
- ConcatBinaryStringsMBS(a as string, b as string, c as string, d as string, e as string) as string
- ConcatBinaryStringsMBS(a as string, b as string, c as string, d as string, e as string, f as string) as string
- ContainsWholeWordMBS(Text as String, Word as String) as boolean
- CountOccurancesMBS(s as string, find as string) as Integer
- CreateStringMBS(Length as Integer, Content as String) as string
- DecodingFromHTMLMBS(s as string) as string
- DecodingFromMySQLMBS(s as string) as string
- DecodingFromQuotedPrintableMBS(s as string) as string
- DecodingFromURLMBS(s as string) as string
- DecodingFromURLMBS(s as string, options as Integer) as string
- DecodingFromXMLMBS(s as string) as string
- DetectUnicodeMarkersMBS(s as string) as Integer
- EncodeEmailSubjectMBS(s as string) as string
- EncodingToHTMLMBS(s as string, options as Integer = 0) as string
- EncodingToQuotedPrintableMBS(s as string, LineLen as Integer = 72) as string
- EncodingToURLMBS(s as string) as string
- EncodingToURLMBS(s as string, options as Integer) as string
- EncodingToXMLMBS(s as string, options as Integer = 0) as string
- GetEncodingOfStringMBS(s as string) as UInt32
- GetStringsFromDataMBS(data as MemoryBlock, MinLength as Integer = 0) as string()
- GetStringsFromDataMBS(data as ptr, size as Integer, MinLength as Integer = 0) as string()
- GetStringsFromDataMBS(data as String, MinLength as Integer = 0) as string()
- GetUnicodeMarkersMBS(kind as Integer) as string
- HasPostfixMBS(Text as String, Prefix as String) as boolean
- HasPrefixMBS(Text as String, Prefix as String) as boolean
- HexstringMBS(input as string, hexlen as Integer, linelen as Integer, linestart as string, lineend as string, spacer as string,filler as string) as string
- IsASCIIStringMBS(s as string) as boolean
- IsASCIIStringMBS(s as string, mode as Integer) as boolean
- JaroWinklerDistanceMBS(a as string, b as string) as Double
- LevenshteinDistanceMBS(a as string, b as string) as Double
- MemoryBlockToStringMBS(s as memoryblock) as string
- MemoryBlockToStringWithLengthMBS(s as memoryblock,len as Integer) as string
- NativeStringMBS(s as string) as string
- OSTypeFromStringMBS(str as string) as Integer
- RandomBytesStringMBS(Length as Integer, ASCII as boolean=false) as string
- RemoveHTMLTagsMBS(AsciiTextWithTags as string) as string
- RemoveHTMLTagsWithMBS(AsciiTextWithTags as string, Replacement as string) as string
- ReplaceLineEndingsMBS(Text as String, NewLine as String, yield as boolean = false) as String
- ReplaceNonPrintableCharactersMBS(s as string, replacevalue as Integer=46) as string
- ScientificStrMBS(d as Double, digits as Integer) as string
- SetEncodingOfStringMBS(s as string, encoding as UInt32)
- SplitMBS(value as String, delimiter as String = " ") as String()
- SQLReplaceBooleanMBS(SQL as string) as string
- StrCompBytesMBS(a as string, b as string) as Integer
- StrCompCharactersMBS(a as string, b as string) as Integer
- StringANDMBS(a as string,b as string) as string
- StringFromOSTypeMBS(value as Integer) as string
- StringIsHTMLreadyMBS(s as string) as boolean
- StringIsXMLreadyMBS(s as string) as boolean
- StringORMBS(a as string,b as string) as string
- StringToMemoryBlockMBS(s as string) as memoryblock
- StringXOR2MBS(data as string, XorMask as string, MaskOffset as Integer = 0) as string
- StringXORMBS(data as string, XorMask as string, MaskOffset as Integer = 0) as string
- StrMBS(d as Double) as string
- UnicodeStringMBS(s as string) as string
- StringCompose
- ConvertUnicodeToCharacterCompositionMBS(text as string) as string
- ConvertUnicodeToCharacterDecompositionMBS(text as string) as string
- Stringencoding
- DecodingFromCP1252MBS(s as string) as string
- DecodingFromHexMBS(s as string) as string
- DecodingFromISO8859MBS(s as string) as string
- EncodingToCP1252MBS(s as string) as string
- EncodingToHexMBS(s as string) as string
- EncodingToISO8859MBS(s as string) as string
- StringHandle
- JoinDataMBS(blocks() as memoryblock) as string
- JoinDataMBS(strings() as string) as string
- JoinDataMBS(values() as Variant) as string
- JoinStringMBS(strings() as string) as string
- JoinStringMBS(values() as Variant) as string
- StringCodePointsMBS(text as string) as UInt32()
- system
- CGSessionMBS as CGSessionMBS
- ExitWindowsMBS(mode as Integer) as boolean
- GetDoubleClickIntervalMBS as Integer
- GetMaximumOpenFileCountMacOSXMBS as Integer
- GetSystemUIModeMBS as Integer
- GetSystemUIModeOptionsMBS as Integer
- MacCountryCodeMBS as string
- OpenMacOSXPreferencesPaneMBS(name as string) as Integer
- RunningOnCarbonXMBS as boolean
- SetMaximumOpenFileCountMacOSXMBS(Value as Integer)
- SetSystemUIModeMBS(mode as Integer, Options as Integer)
- ShowCharacterPaletteMBS
- SystemControlByNameMBS(name as string) as memoryblock
- SystemControlByNameMBS(name as string, input as memoryblock) as memoryblock
- SystemControlMBS(name as memoryblock) as memoryblock
- SystemControlMBS(name as memoryblock, input as memoryblock) as memoryblock
- SystemControlNameToMIBMBS(name as string) as memoryblock
- WindowsSystemMetricsMBS(what as Integer) as Integer
- SystemConfig
- kSCNetworkReachabilityMBSTypeID as Integer
- kSCPreferencesMBSTypeID as Integer
- Tiff
- CombineBitCMYKtoRGBMBS(CyanChannel() as Integer, MagentaChannel() as Integer, YellowChannel() as Integer, BlackChannel() as Integer, Files() as FolderItem, scale as Double, width as Integer, height as Integer, X1 as Integer, Y1 as Integer, X2 as Integer, Y2 as Integer, byref output as picture, CacheSizeRead as Integer) as Integer
- Split1BitFileMBS(f as folderitem, fc as folderitem, fm as folderitem, fy as folderitem, fk as folderitem, width as Integer, height as Integer, CallbackTarget as object, CacheSizeRead as Integer, CacheSizeWrite as Integer) as Integer
- Split1BitFileMBS(f as folderitem, fc as folderitem, fm as folderitem, fy as folderitem, fk as folderitem, width as Integer, height as Integer, CallbackTarget as object, CacheSizeRead as Integer, CacheSizeWrite as Integer, ReadLines as Integer, WriteLines as Integer) as Integer
- TIFFStringToPictureMBS(data as string) as picture
- TIFFStringToTiffPictureMBS(data as string) as TiffPictureMBS
- Tiff2
- CombineTiff1BitCMYKtoTiffMBS(dest as TiffPictureMBS, CyanChannel() as Integer, MagentaChannel() as Integer, YellowChannel() as Integer, BlackChannel() as Integer, TiffData() as TiffPictureMBS, scale as Double, width as Integer, height as Integer, X1 as Integer, Y1 as Integer, X2 as Integer, Y2 as Integer, ditherMode as Integer = 0) as Integer
- Tiff3
- CombineBitCMYKtoCMYKMBS(dest as TiffPictureMBS, CyanChannel() as Integer, MagentaChannel() as Integer, YellowChannel() as Integer, BlackChannel() as Integer, Files() as FolderItem, scale as Double, width as Integer, height as Integer, X1 as Integer, Y1 as Integer, X2 as Integer, Y2 as Integer, CacheSizeRead as Integer) as Integer
- Tiff4
- CombineTiffCMYKtoCMYKMBS(dest as TiffPictureMBS, CyanChannel() as Integer, MagentaChannel() as Integer, YellowChannel() as Integer, BlackChannel() as Integer, TiffData() as TiffPictureMBS) as Integer
- CombineTiffCMYKtoRGBMBS(dest as TiffPictureMBS, CyanChannel() as Integer, MagentaChannel() as Integer, YellowChannel() as Integer, BlackChannel() as Integer, TiffData() as TiffPictureMBS) as Integer
- Tiff6
- CombineTiff1BitCMYKtoTiffMBS(dest as TiffPictureMBS, TiffData as TiffPictureMBS, scalex as Double, scaley as Double, width as Integer, height as Integer, X1 as Integer, Y1 as Integer, X2 as Integer, Y2 as Integer, ditherMode as Integer = 0) as Integer
- Tiff7
- CombineTiff8BitCMYKtoTiffMBS(dest as TiffPictureMBS, CyanChannel() as Integer, MagentaChannel() as Integer, YellowChannel() as Integer, BlackChannel() as Integer, TiffData() as TiffPictureMBS, scale as Double, width as Integer, height as Integer, X1 as Integer, Y1 as Integer, X2 as Integer, Y2 as Integer, ditherMode as Integer = 0) as Integer
- TOTP
- CalculateTOTPMBS(Key as String, timeNow as UInt64, timeStart as UInt64, timeStep as UInt64, digitCount as Integer, DecodeBase32 as Boolean = false) as UInt32
- CurrentUnixTimeMBS as UInt64
- DecodeFromBase32MBS(data as string) as String
- EncodeToBase32MBS(data as string) as String
- Types
- BitwiseXORStringBytesMBS(s as string, v as Integer) as string
- Color2IntegerMBS(colorValue as Color) as UInt32
- Integer2ColorMBS(intValue as UInt32) as Color
- Memoryblock2ptrMBS(mem as memoryblock) as Integer
- ptr2MemoryblockMBS(Value as Integer) as memoryblock
- Win
- GetDriveTypeMBS(path as string) as Integer
- GetWindowsErrorMessageMBS(ErrorCode as Integer) as String
- InitMessageFilterMBS
- WindowsDrawPictureIntoDeviceContextMBS(pic as picture, HDC as Integer, x as Integer, y as Integer, w as Integer, h as Integer, Transparent as boolean)
- WindowsExecuteMBS(ApplicationName as string, CommandLine as string, CurrentDirectory as string, byref PID as integer, Flags as integer = 0, ShowWindow as Integer = -1) as integer
- WindowsRunAsMBS(Username as string, Domain as string, Password as string, LoginFlags as Integer, ApplicationName as string, CommandLine as string, CurrentDirectory as string, byref PID as Integer, Flags as Integer = -1) as Integer
- WindowsShellExecuteAsAdminMBS(ParentWindowHandle as integer, File as string, Parameters as string = "", Directory as string = "", ShowCmd as integer = 5) as integer
- WinGetSysColorMBS(Index as Integer) as Color
- WinOpenFolderAndSelectItemsMBS(folder as folderitem, files() as folderItem, ShowOnDesktop as Boolean = false, EditName as Boolean = false) as Integer
- WinSetSysColorMBS(Index as Integer, value as Color) as boolean
- Window
- MenuBarHeightMBS as Integer
- Windows
- IsWindowsAdminUserMBS as boolean
- WindowsGetProcessIntegrityLevelMBS as Integer
- WindowsIsApplicationRunAsAdminMBS as boolean
- WindowsIsProcessElevatedMBS as boolean
- WindowsIsUserInAdminGroupMBS as boolean
- WindowsShellExecuteMBS(ParentWindowHandle as Integer, Operation as string, File as string, Parameters as string = "", Directory as string = "", ShowCmd as Integer = 5) as Integer
- WindowsHTMLViewer
- IEClearBrowserSessionMBS as boolean
- WindowsLM
- DriveToUNCPathMBS(Driver as string) as string
- GetFullWindowsNameMBS(UserName as string, Domain as string) as string
- WindowsVMStatisticsMBS
The items on this page are in the following plugins: MBS Compression Plugin, MBS CURL Plugin, MBS DataTypes Plugin, MBS Encryption Plugin, MBS Images Plugin, MBS MacCF Plugin, MBS MacCG Plugin, MBS MacCI Plugin, MBS MacClassic Plugin, MBS MacCocoa Plugin, MBS MacControls Plugin, MBS MacOSX Plugin, MBS Main Plugin, MBS Network Plugin, MBS Phidgets Plugin, MBS Picture Plugin, MBS SQL Plugin, MBS Util Plugin, MBS Win Plugin.