ITermEdit.PutLiteral

Syntax

PutLiteral(Text: String; [Position: Integer = -1]): Integer;

Parameters

Text. The parameter that determines a literal expression that is inserted to the specified position.

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

Description

The PutLiteral method places the literal 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