IDefCalculationAlgorithm.SaveDataOption

Syntax

SaveDataOption: Boolean;

Description

The SaveDataOption property determines whether data will be saved on their change using calculation algorithm.

Comments

The property can be changed, if algorithm has calculation block.

If the property is set to True, then data changed using calculation algorithm is saved to the source on saving data or data entry form.

If the property is set to False, then data changed by calculation algorithm is not saved to source, but it can be saved in data entry form.

Example

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

See also:

IDefCalculationAlgorithm