IBaseInstance2.InitParametersDone (PROP)ΒΆ
PROPERTY InitParametersDone : BOOL
If this is TRUE the next time AC_Init is called (no matter if OnlineChange or not)
the module parameters will NOT be initialized.
By default this flag is set in AC_Init in case of no OnlineChange so that in case of
an OnlineChange later on the module parameters keep their values.
If this is not your desired behaviour for selected modules you might want to set it to
FALSE in e.g. IBaseInstance.OnBeforeOnlineChange. However one can also disable this
in the settings of the Standard Generator.