IPrxDocumentExpressionParser.TermCount

Fore Syntax

TermCount: Integer;

Fore.NET Syntax

TermCount: integer;

Description

The TermCount property returns the number of terms.

Comments

To get the term by its index, use the IPrxDocumentExpressionParser.Term property.

Fore and Fore.NET Examples

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

See also:

IPrxDocumentExpressionParser