Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Plugin.LockedFunctions
Lists the locked functions.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Plugin | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Plugin.LockedFunctions" )
Parameters
none
Result
Returns list or error.
Description
Lists the locked functions.The list is separated with commas and spaces.
Examples
Try it:
MBS("Plugin.LockedFunctions") &
MBS("Plugin.LockFunction"; "XL.Initialize"; "test") &
MBS("Plugin.LockedFunctions")
Example result: XL.Initialize
See also
Release notes
- Version 14.3
- Added Plugin.LockedFunctions function.
Blog Entries
This function is free to use.
Created 13th May 2024, last changed 14th May 2024