Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DialogModifications.Clear
Clears the internal replacements list.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DialogModifications | 4.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "DialogModifications.Clear" )
Parameters
none
Result
Returns OK.
Description
Clears the internal replacements list.Examples
Install with setup and clear:
MBS( "DialogModifications.Install" )
MBS( "DialogModifications.Clear" )
MBS( "DialogModifications.Set"; "Import", "Import of Contacts" )
# do something here which shows dialog
MBS( "DialogModifications.Clear" )
See also
This function is free to use.
Created 18th August 2014, last changed 20th April 2022