Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Plugin.SetLicenseKeyHidden
Sets whether to hide license key.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Plugin | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Plugin.SetLicenseKeyHidden"; Setting ) More
Parameters
Parameter | Description | Example |
---|---|---|
Setting | Pass 1 to hide license key or 0 to show it. | 1 |
Result
Returns OK or error.
Description
Sets whether to hide license key.If true, we hide license key in preferences dialog.
This setting is stored in the preferences file.
Please use this function, if you use a ProDeveloper license in your client software and you like to hide it in the preferences dialog.
Examples
Hide license key in preference dialog:
Set Variable [$r; Value: MBS( "Plugin.SetLicenseKeyHidden"; 1 ) ]
See also
Release notes
- Version 14.3
- Added Plugin.SetLicenseKeyHidden and Plugin.IsLicenseKeyHidden functions.
Blog Entries
This function is free to use.
Created 24th June 2024, last changed 8th July 2024