IPrxDocumentExpressionParser.TermText

Fore Syntax

TermText(Term: String): String;

Fore.NET Syntax

TermText[Term: string]: string;

Parameters

Term. Term.

Description

The TermText property determines a term view.

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