FormattedValue([Recaclulate: Boolean = False]): Variant;
FormattedValue[Recaclulate: boolean]: object;
Recaclulate. The parameter that determines whether expression is recalculated.
The FormattedValue property returns formatted 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: