ExpressionEdit.Text

Syntax

ExpressionEdit.Text

Data Type

String

Purpose

Specifies a delocalized expression for the text in the ExpressionEdit control. The value of the ExpressionEdit.DisplayText property updates when you set this property.

Remarks

When the ExpressionEdit.TextType property is TextType_PlainText , this property specifies the actual text in the ExpressionEdit control rather than a delocalized version of the text. Refer to the Engine.LocalizeExpression and Engine.DelocalizeExpression methods for more information about localized and delocalized expressions.

See Also

Engine.DelocalizeExpression

Engine.LocalizeExpression

ExpressionEdit.DisplayText

ExpressionEdit.MaxLength

ExpressionEdit.SelText

ExpressionEdit.TextLength

ExpressionEdit.TextType