Platforms to show: All Mac Windows Linux Cross-Platform
Basic
Basis classes.
- DifferenceMBS(extends StartDate as date, EndDate as date) as DateDifferenceMBS
- ReturnErrPtrMBS as Integer
- ReturnInPtrMBS as Integer
- ReturnOutPtrMBS as Integer
- HideCursorMBS
- ObscureCursorMBS
- ShowCursorMBS
- StringArrayJoinMBS(stringArray() as string) as string
- StringArrayJoinWithDelimiterMBS(stringArray() as string, delimiter as string) as string
- ClearStringContentMBS(s as string)
- 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
- CountOccurancesMBS(s as string, find as string) as integer
- DecodingFromHTMLMBS(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
- DetectUnicodeMarkersMBS(s as string) as integer
- EncodingToHTMLMBS(s as string) as string
- EncodingToQuotedPrintableMBS(s as string) as string
- EncodingToQuotedPrintableMBS(s as string, LineLen as integer) as string
- EncodingToURLMBS(s as string) as string
- EncodingToURLMBS(s as string, options as integer) as string
- GetEncodingOfStringMBS(s as string) as integer
- GetUnicodeMarkersMBS(kind as integer) as string
- 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
- 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
- ReplaceNonPrintableCharactersMBS(s as string, replacevalue as integer=46) as string
- SetEncodingOfStringMBS(s as string, encoding as integer)
- 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(int as integer) as string
- StringIsHTMLreadyMBS(s as string) as boolean
- StringORMBS(a as string,b as string) as string
- StringToMemoryBlockByReferenceMBS(s as string) as memoryblock
- StringToMemoryBlockMBS(s as string) as memoryblock
- StringXORMBS(a as string,b as string) as string
- UnicodeStringMBS(s as string) as string
- 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
- BitwiseXORStringBytesMBS(s as string, v as integer) as string
- Color2IntegerMBS(col as color) as integer
- Integer2ColorMBS(int as integer) as color
- NewInstanceMBS(ClassName as string) as object
- class DateDifferenceMBS
- method Calc(StartDate as date, EndDate as date) as boolean
- method Constructor
- method Constructor(StartDate as date, EndDate as date)
- shared method isLeapYear(year as integer) as boolean
- property Day as Integer
- property EndDate as Date
- property EndDay as Integer
- property EndHour as Integer
- property EndMinute as Integer
- property EndMonth as Integer
- property EndSecond as Integer
- property EndYear as Integer
- property Hour as Integer
- property Minute as Integer
- property Month as Integer
- property Ready as Boolean
- property Second as Integer
- property StartDate as Date
- property StartDay as Integer
- property StartHour as Integer
- property StartMinute as Integer
- property StartMonth as Integer
- property StartSecond as Integer
- property StartYear as Integer
- property Swap as Boolean
- property Year as Integer
- class SplitMBS
- method clear
- method close
- method Item(index as integer) as string
- method Split(searchin as string) as boolean
- method Split(searchin as string, searchfor as string) as boolean
- global method StringArrayJoinMBS(stringArray() as string) as string
- global method StringArrayJoinWithDelimiterMBS(stringArray() as string, delimiter as string) as string
- property Count as Integer
- property Encoding as Integer
- property SearchForString as String
- property SearchInString as String
- class StringHandleMBS
- method Add(data as string)
- method clone as StringHandleMBS
- method Constructor
- method Constructor(initvalue as string)
- method Copy as string
- method Delete(start as integer, length as integer)
- method Extract(start as integer, length as integer) as string
- method Insert(data as string, position as integer)
- method InStr(srcOfs as Integer, target as String) as Integer
- method InStr(target as String) as Integer
- method Left(length as integer) as string
- method Mid(start as integer, length as integer) as string
- method Replace(a as String, b as string)
- method Replace(startpos as Integer, a as String, b as string)
- method ReplaceAll(a as String, b as string)
- method ReplaceAll(startpos as Integer, a as String, b as string)
- method Right(length as integer) as string
- method Truncate(length as integer)
- property BlockLen as Int64
- property BlockSize as Int64
- property Encoding as Int64
- property Len as Int64
- property ReplaceCount as Int64
- class StrongRefMBS
- method close
- method NewWeakRef as WeakRefMBS
- property RefCount as integer
- property Value as object
- class UniversalCharacterDetectionMBS
- method AddData(data as string)
- method Constructor(filter as integer)
- method Finish
- property LastCharSet as String
- event Report(Charset as string)
- const FilterAll = 31
- const FilterChinese = 3
- const FilterChineseSimplified = 1
- const FilterChineseTraditional = 2
- const FilterCJK = 15
- const FilterJapanese = 4
- const FilterKorean = 8
- const FilterNonCJK = 16
- class WeakRefMBS
- method close
- property Ref as StrongRefMBS
- property Value as object
The items on this page are in the following plugins: MBS REALbasic DataTypes Plugin, MBS REALbasic Util Plugin.
Links
MBS Realbasic Chart Plugins - Bilder aus Nickenich