IDefCalculationAlgorithm.BlockSaveData

Syntax

BlockSaveData: Boolean;

Description

The BlockSaveData property determines whether changed data saving is blocked, if control is triggered.

Comments

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.

Example

The example of use is given in description of the IDefCalculationAlgorithmsCollection.Add method.

See also:

IDefCalculationAlgorithm