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 CallDelegatesMBS module.
CallDelegatesMBS.CallDelegateOnMainThreadMBS(m as _delegateMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Process | MBS Util Plugin | 14.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
We call the delegate on the main thread later with passing a parameter
Our plugin supports various combinations of up to 2 parameters of type string, variant, boolean, double, integer and object.
If you need more, please contact us.
Only supported on Xojo 2013r1 and newer.
If the method you call has optional parameters, you must pass all values or Xojo will throw a compile error.
CallDelegatesMBS.CallDelegateOnPreemptiveThreadMBS(m as _delegateMBS) as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Process | MBS Util Plugin | 23.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Experimental function to play with preemptive-threads in Xojo apps.
Some rules:
See also:
CallDelegatesMBS.CallDelegateOnPreemptiveThreadMBS(m as _delegatePtrMBS, data as Ptr) as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Process | MBS Util Plugin | 23.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Experimental function to play with preemptive-threads in Xojo apps.
Some rules:
See also:
The items on this page are in the following plugins: MBS Util Plugin.