IPrxDocumentExpressionParser.Term

Fore Syntax

Term(Index: Integer): String;

Fore.NET Syntax

Term[Index: integer]: string;

Parameters

Index. Term index.

Description

The Term property returns a term by its index.

Comments

To get the number of terms, use the IPrxDocumentExpressionParser.TermCount property.

Fore and Fore.NET Examples

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

See also:

IPrxDocumentExpressionParser