AutoUpdate: Boolean;
The AutoUpdate property determines whether automatic parameter value is executed.
Available values:
True. Parameter value is applied automatically. On parameter value application, all dependent objects with the specified parameter value are reopened. Parameter value is determined by the IAdhocParamSyncIndex.Value property.
False. Parameter value is applied manually. To apply parameter value, use the IAdhocParamSyncIndex.Apply method.
The property use is given in the example for IAdhocSynchronization.Params.
See also: