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:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Deletes a preference value.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Preferences | 6.0 | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Domain | The domain name for your preferences. Leave empty for default one. | "de.mbsplugins.MyApp" |
Key | The key for the value lookup. | "Username" |
Returns OK or error.
Delete username value
MBS( "Preferences.DeleteValue"; "de.mbsplugins.MyApp"; "Username" )
Delete Initial file path:
MBS( "Preferences.DeleteValue"; "com.filemaker.client.pro12"; "Preferences:Initialfile")
This function checks for a license.
Created 4th January 2016, last changed 19th June 2020
Preferences.ClearRecentFiles - Preferences.GetTextSelectionWithDragAndDrop