Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to StringHandleMBS class.
StringHandleMBS.BlockLen as Int64
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | String | MBS DataTypes Plugin | 3.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This value increases by BlockSize if more memory is needed.
(Read only property)
StringHandleMBS.BlockSize as Int64
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | String | MBS DataTypes Plugin | 3.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
StringHandleMBS.Encoding as Int64
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | String | MBS DataTypes Plugin | 3.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Only useful on Xojo 4.5 and newer.
Some example values for encoding:
MacRoman | 0 | Also for ASCII or binary data used. |
WindowsLatin1 | &h0500 | ANSI codepage 1252 |
ISOLatin1 | &h0201 | ISO 8859-1 |
NextStepLatin | &h0B01 | NextStep encoding |
Unicode | &h0100 | 16 bit Unicode |
UTF8 | &h08000100 | 8 bit Unicode |
Invalid | &hFFFFFFFF | (Binary) |
Invalid | &hFFFF | (Binary) |
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | String | MBS DataTypes Plugin | 3.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
StringHandleMBS.LenUTF8 as Int64
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | String | MBS DataTypes Plugin | 19.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns incorrect values if string is not UTF-8!
(Read only property)
StringHandleMBS.ReplaceCount as Int64
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | String | MBS DataTypes Plugin | 3.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
StringHandleMBS.ValidASCII as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | String | MBS DataTypes Plugin | 19.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
StringHandleMBS.ValidUTF8 as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | String | MBS DataTypes Plugin | 19.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
The items on this page are in the following plugins: MBS DataTypes Plugin.