MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 5.0 5.1 5.2 5.3 5.4 5.5 6.0 6.1 6.2 6.3 6.4 6.5 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6
The list of the themes, classes, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Data Types
Classes for optimized data types like dictionaries and sets.
- class IntegerHashSetIteratorMBS
- method isEqual(other as IntegerHashSetIteratorMBS) as boolean
- method Key as integer
- method MoveNext
- class IntegerHashSetMBS
- property BinCount as Integer
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as integer) as integer
- property Empty as Boolean
- method find(key as integer) as IntegerHashSetIteratorMBS
- method first as IntegerHashSetIteratorMBS
- method insert(key as integer)
- method Key(index as integer) as integer
- method Keys as integer()
- method last as IntegerHashSetIteratorMBS
- method lookup(key as integer) as boolean
- property MaxSize as Integer
- method Remove(first as IntegerHashSetIteratorMBS, last as IntegerHashSetIteratorMBS)
- method Remove(key as integer) as integer
- method Remove(pos as IntegerHashSetIteratorMBS)
- class IntegerOrderedSetIteratorMBS
- method isEqual(other as IntegerOrderedSetIteratorMBS) as boolean
- method Key as integer
- method MoveNext
- method MovePrev
- class IntegerOrderedSetMBS
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as integer) as integer
- property Empty as Boolean
- method find(key as integer) as IntegerOrderedSetIteratorMBS
- method first as IntegerOrderedSetIteratorMBS
- method insert(key as integer)
- method Key(index as integer) as integer
- method Keys as integer()
- method last as IntegerOrderedSetIteratorMBS
- method lookup(key as integer) as boolean
- method LowerBound(key as integer) as IntegerOrderedSetIteratorMBS
- property MaxSize as Integer
- method Remove(first as IntegerOrderedSetIteratorMBS, last as IntegerOrderedSetIteratorMBS)
- method Remove(key as integer) as integer
- method Remove(pos as IntegerOrderedSetIteratorMBS)
- method UpperBound(key as integer) as IntegerOrderedSetIteratorMBS
- class IntegerToIntegerHashMapIteratorMBS
- method isEqual(other as IntegerToIntegerHashMapIteratorMBS) as boolean
- method Key as integer
- method MoveNext
- method Value as integer
- class IntegerToIntegerHashMapMBS
- property BinCount as Integer
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as integer) as integer
- property Empty as Boolean
- method find(key as integer) as IntegerToIntegerHashMapIteratorMBS
- method first as IntegerToIntegerHashMapIteratorMBS
- method hasKey(key as integer) as boolean
- method Key(index as integer) as integer
- method Keys as integer()
- method last as IntegerToIntegerHashMapIteratorMBS
- method lookup(key as integer, defaultvalue as integer) as integer
- property MaxSize as Integer
- method Remove(first as IntegerToIntegerHashMapIteratorMBS, last as IntegerToIntegerHashMapIteratorMBS)
- method Remove(key as integer) as integer
- method Remove(pos as IntegerToIntegerHashMapIteratorMBS)
- method value(key as integer) as integer
- method ValueAtIndex(index as integer) as integer
- method Values as integer()
- class IntegerToIntegerOrderedMapIteratorMBS
- class IntegerToIntegerOrderedMapMBS
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as integer) as integer
- property Empty as Boolean
- method find(key as integer) as IntegerToIntegerOrderedMapIteratorMBS
- method first as IntegerToIntegerOrderedMapIteratorMBS
- method hasKey(key as integer) as boolean
- method Key(index as integer) as integer
- method Keys as integer()
- method last as IntegerToIntegerOrderedMapIteratorMBS
- method lookup(key as integer, defaultvalue as integer) as integer
- method LowerBound(key as integer) as IntegerToIntegerOrderedMapIteratorMBS
- property MaxSize as Integer
- method Remove(first as IntegerToIntegerOrderedMapIteratorMBS, last as IntegerToIntegerOrderedMapIteratorMBS)
- method Remove(key as integer) as integer
- method Remove(pos as IntegerToIntegerOrderedMapIteratorMBS)
- method UpperBound(key as integer) as IntegerToIntegerOrderedMapIteratorMBS
- method value(key as integer) as integer
- method ValueAtIndex(index as integer) as integer
- method Values as integer()
- class IntegerToStringHashMapIteratorMBS
- method isEqual(other as IntegerToStringHashMapIteratorMBS) as boolean
- method Key as integer
- method MoveNext
- method Value as string
- class IntegerToStringHashMapMBS
- property BinCount as Integer
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as integer) as integer
- property Empty as Boolean
- method find(key as integer) as IntegerToStringHashMapIteratorMBS
- method first as IntegerToStringHashMapIteratorMBS
- method hasKey(key as integer) as boolean
- method Key(index as integer) as integer
- method Keys as integer()
- method last as IntegerToStringHashMapIteratorMBS
- method lookup(key as integer, defaultvalue as string) as string
- property MaxSize as Integer
- method Remove(first as IntegerToStringHashMapIteratorMBS, last as IntegerToStringHashMapIteratorMBS)
- method Remove(key as integer) as integer
- method Remove(pos as IntegerToStringHashMapIteratorMBS)
- method value(key as integer) as string
- method ValueAtIndex(index as integer) as string
- method Values as string()
- class IntegerToStringOrderedMapIteratorMBS
- class IntegerToStringOrderedMapMBS
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as integer) as integer
- property Empty as Boolean
- method find(key as integer) as IntegerToStringOrderedMapIteratorMBS
- method first as IntegerToStringOrderedMapIteratorMBS
- method hasKey(key as integer) as boolean
- method Key(index as integer) as integer
- method Keys as integer()
- method last as IntegerToStringOrderedMapIteratorMBS
- method lookup(key as integer, defaultvalue as string) as string
- method LowerBound(key as integer) as IntegerToStringOrderedMapIteratorMBS
- property MaxSize as Integer
- method Remove(first as IntegerToStringOrderedMapIteratorMBS, last as IntegerToStringOrderedMapIteratorMBS)
- method Remove(key as integer) as integer
- method Remove(pos as IntegerToStringOrderedMapIteratorMBS)
- method UpperBound(key as integer) as IntegerToStringOrderedMapIteratorMBS
- method value(key as integer) as string
- method ValueAtIndex(index as integer) as string
- method Values as string()
- class IntegerToVariantHashMapIteratorMBS
- method isEqual(other as IntegerToVariantHashMapIteratorMBS) as boolean
- method Key as integer
- method MoveNext
- method Value as variant
- class IntegerToVariantHashMapMBS
- property BinCount as Integer
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as integer) as integer
- property Empty as Boolean
- method find(key as integer) as IntegerToVariantHashMapIteratorMBS
- method first as IntegerToVariantHashMapIteratorMBS
- method hasKey(key as integer) as boolean
- method Key(index as integer) as integer
- method Keys as integer()
- method last as IntegerToVariantHashMapIteratorMBS
- method lookup(key as integer, defaultvalue as variant) as variant
- property MaxSize as Integer
- method Remove(first as IntegerToVariantHashMapIteratorMBS, last as IntegerToVariantHashMapIteratorMBS)
- method Remove(key as integer) as integer
- method Remove(pos as IntegerToVariantHashMapIteratorMBS)
- method value(key as integer) as variant
- method ValueAtIndex(index as integer) as variant
- method Values as variant()
- class IntegerToVariantOrderedMapIteratorMBS
- class IntegerToVariantOrderedMapMBS
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as integer) as integer
- property Empty as Boolean
- method find(key as integer) as IntegerToVariantOrderedMapIteratorMBS
- method first as IntegerToVariantOrderedMapIteratorMBS
- method hasKey(key as integer) as boolean
- method Key(index as integer) as integer
- method Keys as integer()
- method last as IntegerToVariantOrderedMapIteratorMBS
- method lookup(key as integer, defaultvalue as variant) as variant
- method LowerBound(key as integer) as IntegerToVariantOrderedMapIteratorMBS
- property MaxSize as Integer
- method Remove(first as IntegerToVariantOrderedMapIteratorMBS, last as IntegerToVariantOrderedMapIteratorMBS)
- method Remove(key as integer) as integer
- method Remove(pos as IntegerToVariantOrderedMapIteratorMBS)
- method UpperBound(key as integer) as IntegerToVariantOrderedMapIteratorMBS
- method value(key as integer) as variant
- method ValueAtIndex(index as integer) as variant
- method Values as variant()
- class StackDoubleMBS
- class StackIntegerMBS
- class StackObjectMBS
- class StackSingleMBS
- class StackStringMBS
- class StackVariantMBS
- class StringHashSetIteratorMBS
- method isEqual(other as StringHashSetIteratorMBS) as boolean
- method Key as string
- method MoveNext
- class StringHashSetMBS
- property BinCount as Integer
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as string) as integer
- property Empty as Boolean
- method find(key as string) as StringHashSetIteratorMBS
- method first as StringHashSetIteratorMBS
- method insert(key as string)
- method Key(index as integer) as string
- method Keys as string()
- method last as StringHashSetIteratorMBS
- method lookup(key as string) as boolean
- property MaxSize as Integer
- method Remove(first as StringHashSetIteratorMBS, last as StringHashSetIteratorMBS)
- method Remove(key as string) as integer
- method Remove(pos as StringHashSetIteratorMBS)
- class StringOrderedSetIteratorMBS
- method isEqual(other as StringOrderedSetIteratorMBS) as boolean
- method Key as string
- method MoveNext
- method MovePrev
- class StringOrderedSetMBS
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as string) as integer
- property Empty as Boolean
- method find(key as string) as StringOrderedSetIteratorMBS
- method first as StringOrderedSetIteratorMBS
- method insert(key as string)
- method Key(index as integer) as string
- method Keys as string()
- method last as StringOrderedSetIteratorMBS
- method lookup(key as string) as boolean
- method LowerBound(key as string) as StringOrderedSetIteratorMBS
- property MaxSize as Integer
- method Remove(first as StringOrderedSetIteratorMBS, last as StringOrderedSetIteratorMBS)
- method Remove(key as string) as integer
- method Remove(pos as StringOrderedSetIteratorMBS)
- method UpperBound(key as string) as StringOrderedSetIteratorMBS
- class StringToStringHashMapIteratorMBS
- method isEqual(other as StringToStringHashMapIteratorMBS) as boolean
- method Key as string
- method MoveNext
- method Value as string
- class StringToStringHashMapMBS
- property BinCount as Integer
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as string) as integer
- property Empty as Boolean
- method find(key as string) as StringToStringHashMapIteratorMBS
- method first as StringToStringHashMapIteratorMBS
- method hasKey(key as string) as boolean
- method Key(index as integer) as string
- method Keys as string()
- method last as StringToStringHashMapIteratorMBS
- method lookup(key as string, defaultvalue as string) as string
- property MaxSize as Integer
- method Remove(first as StringToStringHashMapIteratorMBS, last as StringToStringHashMapIteratorMBS)
- method Remove(key as string) as integer
- method Remove(pos as StringToStringHashMapIteratorMBS)
- method value(key as string) as string
- method ValueAtIndex(index as integer) as string
- method Values as string()
- class StringToStringOrderedMapIteratorMBS
- class StringToStringOrderedMapMBS
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as string) as integer
- property Empty as Boolean
- method find(key as string) as StringToStringOrderedMapIteratorMBS
- method first as StringToStringOrderedMapIteratorMBS
- method hasKey(key as string) as boolean
- method Key(index as integer) as string
- method Keys as string()
- method last as StringToStringOrderedMapIteratorMBS
- method lookup(key as string, defaultvalue as string) as string
- method LowerBound(key as string) as StringToStringOrderedMapIteratorMBS
- property MaxSize as Integer
- method Remove(first as StringToStringOrderedMapIteratorMBS, last as StringToStringOrderedMapIteratorMBS)
- method Remove(key as string) as integer
- method Remove(pos as StringToStringOrderedMapIteratorMBS)
- method UpperBound(key as string) as StringToStringOrderedMapIteratorMBS
- method value(key as string) as string
- method ValueAtIndex(index as integer) as string
- method Values as string()
- class StringToVariantHashMapIteratorMBS
- method isEqual(other as StringToVariantHashMapIteratorMBS) as boolean
- method Key as string
- method MoveNext
- method Value as variant
- class StringToVariantHashMapMBS
- property BinCount as Integer
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as string) as integer
- property Empty as Boolean
- method find(key as string) as StringToVariantHashMapIteratorMBS
- method first as StringToVariantHashMapIteratorMBS
- method hasKey(key as string) as boolean
- method Key(index as integer) as string
- method Keys as string()
- method last as StringToVariantHashMapIteratorMBS
- method lookup(key as string, defaultvalue as variant) as variant
- property MaxSize as Integer
- method Remove(first as StringToVariantHashMapIteratorMBS, last as StringToVariantHashMapIteratorMBS)
- method Remove(key as string) as integer
- method Remove(pos as StringToVariantHashMapIteratorMBS)
- method value(key as string) as variant
- method ValueAtIndex(index as integer) as variant
- method Values as variant()
- class StringToVariantOrderedMapIteratorMBS
- class StringToVariantOrderedMapMBS
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as string) as integer
- property Empty as Boolean
- method find(key as string) as StringToVariantOrderedMapIteratorMBS
- method first as StringToVariantOrderedMapIteratorMBS
- method hasKey(key as string) as boolean
- method Key(index as integer) as string
- method Keys as string()
- method last as StringToVariantOrderedMapIteratorMBS
- method lookup(key as string, defaultvalue as variant) as variant
- method LowerBound(key as string) as StringToVariantOrderedMapIteratorMBS
- property MaxSize as Integer
- method Remove(first as StringToVariantOrderedMapIteratorMBS, last as StringToVariantOrderedMapIteratorMBS)
- method Remove(key as string) as integer
- method Remove(pos as StringToVariantOrderedMapIteratorMBS)
- method UpperBound(key as string) as StringToVariantOrderedMapIteratorMBS
- method value(key as string) as variant
- method ValueAtIndex(index as integer) as variant
- method Values as variant()
- class VariantHashSetIteratorMBS
- method isEqual(other as VariantHashSetIteratorMBS) as boolean
- method Key as variant
- method MoveNext
- class VariantHashSetMBS
- property BinCount as Integer
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as variant) as integer
- property Empty as Boolean
- method find(key as variant) as VariantHashSetIteratorMBS
- method first as VariantHashSetIteratorMBS
- method insert(key as variant)
- method Key(index as integer) as variant
- method Keys as variant()
- method last as VariantHashSetIteratorMBS
- method lookup(key as variant) as boolean
- property MaxSize as Integer
- method Remove(first as VariantHashSetIteratorMBS, last as VariantHashSetIteratorMBS)
- method Remove(key as variant) as integer
- method Remove(pos as VariantHashSetIteratorMBS)
- class VariantOrderedSetIteratorMBS
- method isEqual(other as VariantOrderedSetIteratorMBS) as boolean
- method Key as variant
- method MoveNext
- method MovePrev
- class VariantOrderedSetMBS
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as variant) as integer
- property Empty as Boolean
- method find(key as variant) as VariantOrderedSetIteratorMBS
- method first as VariantOrderedSetIteratorMBS
- method insert(key as variant)
- method Key(index as integer) as variant
- method Keys as variant()
- method last as VariantOrderedSetIteratorMBS
- method lookup(key as variant) as boolean
- method LowerBound(key as variant) as VariantOrderedSetIteratorMBS
- property MaxSize as Integer
- method Remove(first as VariantOrderedSetIteratorMBS, last as VariantOrderedSetIteratorMBS)
- method Remove(key as variant) as integer
- method Remove(pos as VariantOrderedSetIteratorMBS)
- method UpperBound(key as variant) as VariantOrderedSetIteratorMBS
- class VariantToVariantHashMapIteratorMBS
- method isEqual(other as VariantToVariantHashMapIteratorMBS) as boolean
- method Key as variant
- method MoveNext
- method Value as variant
- class VariantToVariantHashMapMBS
- property BinCount as Integer
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as variant) as integer
- property Empty as Boolean
- method find(key as variant) as VariantToVariantHashMapIteratorMBS
- method first as VariantToVariantHashMapIteratorMBS
- method hasKey(key as variant) as boolean
- method Key(index as integer) as variant
- method Keys as variant()
- method last as VariantToVariantHashMapIteratorMBS
- method lookup(key as variant, defaultvalue as variant) as variant
- property MaxSize as Integer
- method Remove(first as VariantToVariantHashMapIteratorMBS, last as VariantToVariantHashMapIteratorMBS)
- method Remove(key as variant) as integer
- method Remove(pos as VariantToVariantHashMapIteratorMBS)
- method value(key as variant) as variant
- method ValueAtIndex(index as integer) as variant
- method Values as variant()
- class VariantToVariantMapIteratorMBS
- class VariantToVariantOrderedMapMBS
- method Clear
- method Constructor
- property Count as Integer
- method CountKey(key as variant) as integer
- property Empty as Boolean
- method find(key as variant) as VariantToVariantMapIteratorMBS
- method first as VariantToVariantMapIteratorMBS
- method hasKey(key as variant) as boolean
- method Key(index as integer) as variant
- method Keys as variant()
- method last as VariantToVariantMapIteratorMBS
- method lookup(key as variant, defaultvalue as variant) as variant
- method LowerBound(key as variant) as VariantToVariantMapIteratorMBS
- property MaxSize as Integer
- method Remove(first as VariantToVariantMapIteratorMBS, last as VariantToVariantMapIteratorMBS)
- method Remove(key as variant) as integer
- method Remove(pos as VariantToVariantMapIteratorMBS)
- method UpperBound(key as variant) as VariantToVariantMapIteratorMBS
- method value(key as variant) as variant
- method ValueAtIndex(index as integer) as variant
- method Values as variant()
The items on this page are in the following plugins: MBS DataTypes Plugin.
Monkeybread Software Realbasic Plugins - Pfarrgemeinderat St. Arnulf Nickenich