ITermEdit.PutCustom

Syntax

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

Parameters

Text. It is a parameter that determines the custom expression that should be placed in the specified position.

Formula. It is a parameter that determines formula of the custom term.

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

Description

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

Comments

By default the expression is inserted in the current position.

See also:

ITermEdit