ITermEdit.PutTerm

Syntax

PutTerm(Term: ITerm; [Position: Integer = -1]): Integer;

Parameters

Term. The parameter that determines an expression that is inserted to the specified position.

Position. The optional parameter that determines the position, to which the expression is placed.

Description

The PutTerm method inserts the expression to the specified position for the component edit box and then it returns index of the expression in the collection. By default, the expression is inserted to the current position.

See also:

ITermEdit