Plugin.SetLicenseKeyHidden
--------------------------

Sets whether to hide license key.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Plugin](component_Plugin.md) | [14.3](newinversion143.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "Plugin.SetLicenseKeyHidden"; Setting ) 

**MBS**( **"Plugin.SetLicenseKeyHidden";** /\* Sets whether to hide license key. \*/  
**$Setting**) /\* Pass 1 to hide license key or 0 to show it.e.g. 1 \*/ 

### 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

- [Plugin.IsLicenseKeyHidden](PluginIsLicenseKeyHidden.md)

### Release notes

- **Version 14.3**
    - Added [Plugin.SetLicenseKeyHidden](https://www.mbsplugins.eu/PluginSetLicenseKeyHidden.shtml) and [Plugin.IsLicenseKeyHidden](https://www.mbsplugins.eu/PluginIsLicenseKeyHidden.shtml) functions.

### Blog Entries

- [MBS FileMaker Plugin, version 14.3pr5](https://www.mbsplugins.de/archive/2024-06-26/MBS_FileMaker_Plugin_version_1/monkeybreadsoftware_blog_filemaker)

This function is free to use.

Created 24th June 2024 , last changed 8th July 2024

  
[Plugin.SetFunctions](PluginSetFunctions.md) - [Plugin.SetPreviewSize](PluginSetPreviewSize.md)

[HTML Version](PluginSetLicenseKeyHidden.shtml)