HasValidationBlock: Boolean;
The HasValidationBlock property returns whether there is a control block in calculation algorithm.
The property returns True, if calculation algorithm contains control block and False, if algorithm is built basing on other blocks.
The example of use is given in description of the IDefCalculationAlgorithmsCollection.Add method.
See also: