IMDCalculationExpressionParser.TermKey

Syntax

TermKey(Term: String): IMDCalculationFormulaElementKey;

Parameters

Term. Character view of a term that must be mapped with data source element.

Description

The TermKey property maps element unique key with the term specified as a character string.

Comments

The mapped element is substituted instead of a term on expression parse.

Example

The property use is given in the example for IMDCalculationExpressionParser.Expression.

See also:

IMDCalculationExpressionParser