Value([Recaclulate: Boolean = False]): Variant;
Value[Recaclulate: boolean]: object;
Recaclulate. The parameter that determines whether expression is recalculated.
The Value property returns value of the expression specified in the calculated field.
Available values of the Recaclulate parameter:
True. Expression is recalculated.
False. Default value. Expression is not recalculated.
The property use is given in the example for IPrxReport.CreateDocumentFormulaParser.
See also: