Platforms to show: All Mac Windows Linux Cross-Platform
ScintillaLoaderMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Scintilla | MBS Scintilla Plugin | 22.0 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop only |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 3 properties
- 4 methods
- method AddData(data as MemoryBlock) as Integer
- method AddData(data as String) as Integer
- method Constructor Private
- method Finished as boolean
This class has no sub classes.
Some methods using this class:
- DesktopScintillaControlMBS.CreateLoader(bytes as Integer = 1000000, documentOptions as Integer = 0) as ScintillaLoaderMBS
- ScintillaControlMBS.CreateLoader(bytes as Integer = 1000000, documentOptions as Integer = 0) as ScintillaLoaderMBS
Some examples using this class:
Blog Entries
Release notes
- Version 22.0
- Added ScintillaLoaderMBS class to load huge documents in chunks.
The items on this page are in the following plugins: MBS Scintilla Plugin.
ScintillaIndicatorMBS - ScintillaMarginMBS