To set the current configuration in your application code, use the following examples:
Engine.CurrentConfigIndex = 1; // This would set the configuration for Magic Hospital; to set the configuration for Acme, you would use 0 instead.
For more information, see the C# API Documentation.
Engine.SetCurrentConfigurationIndex(1); // This would set the configuration for Magic Hospital; to set the configuration for Acme, you would use 0 instead.
For more information, see the C++ API Documentation.
Engine.setCurrentConfigIndex(1); // This would set the configuration for Magic Hospital; to set the configuration for Acme, you would use 0 instead.
For more information, see the Java API Documentation.
Engine.CurrentConfigIndex := 1 // This would set the configuration for Magic Hospital; to set the configuration for Acme, you would use 0 instead.
For more information, see the Delphi API Documentation.