Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Plugin.LockFunction
Locks a function with a password.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Plugin | 5.4 | Yes | Yes | Yes | Yes | Yes |
MBS( "Plugin.LockFunction"; name; password ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| name | A function name like RemoteControl.ClickMouse. | "RemoteControl.ClickMouse" |
| password | The password to use. | "secure" |
Result
Returns OK or error.
Description
Locks a function with a password.The function can no longer be called until unlocked.
Examples
Locks version function:
MBS("Plugin.LockFunction"; "Version"; "test")
See also
- Plugin.LimitFunction
- Plugin.SetFunctions
- Plugin.UnlockFunction
- Plugin.UsedFunctions
- RemoteControl.ClickMouse
- Version
Blog Entries
Created 20th October 2015, last changed 21st October 2017
Plugin.LoadIconvLibrary - Plugin.OpenSSLVersion
Feedback: Report problem or ask question.
Links
MBS Xojo blog