Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Clears registration details stored with StoreRegistration.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Plugin | 3.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
none
Returns OK on success.
Clears registration:
$r = MBS( "ClearRegistration" )
Remove license in closing script for SBA solution:
If [ MBS("IsRegistered") ]
If [ MBS( "Plugin.LicenseeName" ) = "MyName" ]
# forget license now
Set Variable [ $r ; Value: MBS( "Unregister" ) ]
# and clear from preferences file
Set Variable [ $r ; Value: MBS( "ClearRegistration" ) ]
End If
End If
This function is free to use.
Created 18th August 2014, last changed 4th March 2022