ITermEdit.PutLiteral

Syntax

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

Parameters

Text. It is a parameter that determines a literal expression that should be inserted in the specified position.

Position. It is an optional parameter that determines position in which the  literal expression should be inserted.

Description

The PutLiteral method places the literal expression in the specified position for the component edit field and then it returns index of the expression in the collection. By default the expression is inserted in the current position.

See also:

ITermEdit