IPrxDocumentExpressionParser.ClearTerms

Fore Syntax

ClearTerms;

Fore.NET Syntax

ClearTerms();

Description

The ClearTerms method resets term correspondence.

Comments

To add a new term, use the IPrxDocumentExpressionParser.AddTerm method.

Fore and Fore.NET Examples

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

See also:

IPrxDocumentExpressionParser