IDefCalculationAlgorithm.HasValidationBlock

Syntax

HasValidationBlock: Boolean;

Description

The HasValidationBlock property returns whether there is a control block in calculation algorithm.

Comments

The property returns True, if calculation algorithm contains control block and False, if algorithm is built basing on other blocks.

Example

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

See also:

IDefCalculationAlgorithm