IPrxDocumentExpressionParser.TermType

Fore Syntax

TermType(Term: String): PrxDocumentExpressionTermType;

Fore.NET Syntax

TermType[Term: string]: Prognoz.Platform.Interop.Report.PrxDocumentExpressionTermType;

Parameters

Term. Term.

Description

The TermType property determines a term type by expression term.

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