IsCalculated: Boolean;
The IsCalculated property determines whether the filed is calculated.
Available values:
True. The field is calculated. Expression for field calculation is determined by the IDtFieldDefinition.Expression property.
False. The field is not calculated.
The property use is given in the example of IDtConsumer.CalcFieldsErrors.
See also: