IPrxCalculatedPoint.FormattedValue

Fore Syntax

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

Fore.NET Syntax

FormattedValue[Recaclulate: boolean]: object;

Parameters

Recaclulate. The parameter that determines whether point is recalculated.

Description

The FormattedValue property returns formatted value in calculated point.

Comments

Available values of the Recaclulate parameter:

Fore and Fore.NET Examples

The property use is given in the example for IPrxCalculatedPoint.CalculateValue.

See also:

IPrxCalculatedPoint