ITermEdit.PutCustom

Syntax

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

Parameters

Text. The parameter that determines the custom expression that is placed to the specified position.

Formula. The parameter that determines formula of the custom term.

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

Description

The PutCustom method inserts the custom expression into the specified position for the component edit box and then it returns index of the expression in the collection.

Comments

By default, the expression is inserted to the current position.

See also:

ITermEdit