IPrxDocumentExpressionParser.TermPointKey

Fore Syntax

TermPointKey(Term: String): Integer;

Fore.NET Syntax

TermPointKey[Term: string]: uinteger;

Parameters

Term. Term.

Description

The TermPointKey property determines a key of term calculated point.

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