| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
SchemaChange.IsEnabled
Checks whether this feature is enabled.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| SchemaChange | 15.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
MBS( "SchemaChange.IsEnabled" )
Parameters
none
Result
Returns 1, 0 or error.
Description
Checks whether this feature is enabled.Examples
Toggle the schema change:
Set Variable [ $r; Value: If ( MBS( "SchemaChange.IsEnabled" ) ; MBS( "SchemaChange.Disable" ) ; MBS( "SchemaChange.Enable" )) ]
See also
This function is free to use.
Created 10th November 2025, last changed 16th November 2025