IPrxDocumentExpression.Value

Fore Syntax

Value([Recaclulate: Boolean = False]): Variant;

Fore.NET Syntax

Value[Recaclulate: boolean]: object;

Parameters

Recaclulate. The parameter that determines whether expression is recalculated.

Description

The Value property returns value of the expression specified in the calculated field.

Comments

Available values of the Recaclulate parameter:

Fore and Fore.NET Examples

The property use is given in the example for IPrxReport.CreateDocumentFormulaParser.

See also:

IPrxDocumentExpression