IPrxDocumentExpressionParser.AddTerm

Fore Syntax

AddTerm: String;

Fore.NET Syntax

AddTerm(): string;

Description

The AddTerm method creates a new term.

Comments

To parse expression of the formula that is set on a regular report text sheet, use the IPrxDocumentExpressionParser.Parse method.

Fore and Fore.NET Examples

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

See also:

IPrxDocumentExpressionParser