IPrxDocumentExpressionParser.TermSourceKey

Fore Syntax

TermSourceKey(Term: String): Integer;

Fore.NET Syntax

TermSourceKey[Term: string]: uinteger;

Parameters

Term. Term.

Description

The TermSourceKey property determines a key of term data source.

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