BlockSaveData: Boolean;
The BlockSaveData property determines whether changed data saving is blocked, if control is triggered.
The property is relevant, if calculation algorithm with control block is added.
If the property is set to True, then changed data saving is blocked.
If it is set to False, changed data saving is not blocked.
The example of use is given in description of the IDefCalculationAlgorithmsCollection.Add method.
See also: