IMsFormulaTransform.TermToSlice

Syntax

TermToSlice(Term: String; Var Lag: String): IMsFormulaTransformSlice;

Parameters

Term. Term internal view.

Lag. Variable, to which lag value for the term is returned.

Description

The TermToSlice method performs transformation and returns the variable slice, to which the term, the inner view of which is passed on the Term parameter, refers.

Comment

The method is outdated, use IMsFormulaTransform.CreateTermInfo.

See also:

IMsFormulaTransform