Xojo Developer Conference
25/27th April 2018 in Denver.
MBS Xojo Conference
6/7th September 2018 in Munich, Germany.
25/27th April 2018 in Denver.
MBS Xojo Conference
6/7th September 2018 in Munich, Germany.
Platforms to show: All Mac Windows Linux Cross-Platform
StringOrderedSetMBS.CaseSensitive as Boolean
Function:
Whether text/string comparison is case sensitive.
Example:
Notes:
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Data Types | MBS DataTypes Plugin | 15.1 | Yes | Yes | Yes | Yes | No |
Example:
dim s1 as new StringOrderedSetMBS(true)
dim s2 as new StringOrderedSetMBS(false)
s1.insert "a"
s1.insert "A"
s2.insert "a"
s2.insert "A"
MsgBox str(s1.Count)+" "+str(s2.Count)
StringOrderedSetMBS.Count as Integer
Function:
The number of items in this set.
Example:
Notes:
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Data Types | MBS DataTypes Plugin | 8.2 | Yes | Yes | Yes | Yes | No |
Example:
dim set as new StringOrderedSetMBS
set.insert "a"
set.insert "b"
MsgBox str(set.Count)
StringOrderedSetMBS.Empty as Boolean
Function:
True if the size is zero.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Data Types | MBS DataTypes Plugin | 8.2 | Yes | Yes | Yes | Yes | No |
Notes: (Read only property)
StringOrderedSetMBS.MaxSize as Integer
Function:
Returns the largest possible size for this set.
Notes:
Value is -1 if no limit is defined.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Data Types | MBS DataTypes Plugin | 8.2 | Yes | Yes | Yes | Yes | No |
Notes:
Value is -1 if no limit is defined.
(Read only property)
The items on this page are in the following plugins: MBS DataTypes Plugin.
Links
MBS Xojo Chart Plugins