IDefTableArea.UpdateAfterSave

Syntax

UpdateAfterSave: Boolean;

Description

The UpdateAfterSave property determines whether table area will be updated after saving data by calculation algorithm.

Comments

The property is relevant, if calculation algorithms are added for table area applied on saving data.

If the UpdateAfterSave property is set to True, then after calculation algorithm is executed, table area will be updated. If it is set to False, table area will not be updated.

Example

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

See also:

IDefTableArea