IDefCalculationAlgorithm.HasCalcBlock

Syntax

HasCalcBlock: Boolean;

Description

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

Comments

The property returns True, if calculation algorithm contains calculation 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