ITerm.IsLiteral

Syntax

IsLiteral: Boolean;

Description

The IsLiteral property determines whether the term is literal.

Comments

If the property is set to True, the terms are literal. If the False value is set, the term is not literal. If the term is literal, text within the term can be edited. Otherwise, the text cannot be edited inside the term.

The property is set to True by default.

Example

The example of using the IsLiteral property is given in description of the Text property.

See also:

ITerm