IAlgorithmSettings.NeedSaveChangeHistory

Syntax

NeedSaveChangeHistory: Boolean;

Description

The NeedSaveChangeHistory property determines whether to create a new revision in history on data saving.

Comments

The property is relevant if, during algorithm calculation, the cubes with enabled version history change.

Available values:

Example

The property use is given in the example for IAlgorithmSettings.CheckArithmeticErrors.

See also:

IAlgorithmSettings